tag
line
file
source code
sys_semop
103
arch/i386/kernel/sys_i386.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);