tag | line | file | source code |
---|---|---|---|
sys_semctl | 113 | arch/i386/kernel/sys_i386.c | return sys_semctl (first, second, third, fourth); |
sys_semctl | 47 | arch/mips/kernel/ipc.c | return sys_semctl (first, second, third, fourth); |
sys_semctl | 72 | arch/sparc/kernel/sys_sparc.c | return sys_semctl (first, second, third, fourth); |
sys_semctl | 108 | include/linux/sem.h | asmlinkage int sys_semctl (int semid, int semnum, int cmd, union semun arg); |