tag | line | file | source code |
---|---|---|---|
sys_semop | 102 | arch/i386/kernel/sys_i386.c | return sys_semop (first, (struct sembuf *)ptr, second); |
sys_semop | 36 | arch/mips/kernel/ipc.c | return sys_semop (first, (struct sembuf *)ptr, second); |
sys_semop | 61 | arch/sparc/kernel/sys_sparc.c | return sys_semop (first, (struct sembuf *)ptr, second); |
sys_semop | 107 | include/linux/sem.h | asmlinkage int sys_semop (int semid, struct sembuf *sops, unsigned nsops); |