tag | line | file | source code |
---|---|---|---|
sys_sync | 55 | arch/mips/kernel/syscalls.h | SYS(sys_sync, 0) |
sys_sync | 271 | include/asm-alpha/unistd.h | extern int sys_sync(void); |
sys_sync | 274 | 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(); |