tag | line | file | source code |
---|---|---|---|
sys_sync | 255 | include/asm-alpha/unistd.h | extern int sys_sync(void); |
sys_sync | 258 | include/asm-alpha/unistd.h | return sys_sync(); |
sys_sync | 16 | kernel/panic.c | asmlinkage void sys_sync(void); /* it's really int */ |
sys_sync | 30 | kernel/panic.c | sys_sync(); |