taglinefilesource code
sembuf102arch/i386/kernel/sys_i386.creturn sys_semop (first, (struct sembuf *)ptr, second);
sembuf61arch/sparc/kernel/sys_sparc.creturn sys_semop (first, (struct sembuf *)ptr, second);
sembuf92include/linux/sem.hstruct sembuf *  sops;   /* array of pending operations */
sembuf107include/linux/sem.hasmlinkage int sys_semop (int semid, struct sembuf *sops, unsigned nsops);
sembuf177ipc/sem.cstatic int try_semop (struct semid_ds * sma, struct sembuf * sops, int nsops)
sembuf183ipc/sem.cstruct sembuf * sop = &sops[i];
sembuf207ipc/sem.cstruct sembuf * sop = &sops[i];
sembuf216ipc/sem.cstatic int do_semop (struct semid_ds * sma, struct sembuf * sops, int nsops,
sembuf222ipc/sem.cstruct sembuf * sop = &sops[i];
sembuf298ipc/sem.cstruct sembuf * sops = q->sops;
sembuf316ipc/sem.cstruct sembuf * sops = q->sops;
sembuf557ipc/sem.casmlinkage int sys_semop (int semid, struct sembuf *tsops, unsigned nsops)
sembuf561ipc/sem.cstruct sembuf sops[SEMOPM], *sop;
sembuf70ipc/util.casmlinkage int sys_semop (int semid, struct sembuf *sops, unsigned nsops)