tag | line | file | source code |
sembuf | 102 | arch/i386/kernel/sys_i386.c | return sys_semop (first, (struct sembuf *)ptr, second); |
sembuf | 36 | arch/mips/kernel/ipc.c | return sys_semop (first, (struct sembuf *)ptr, second); |
sembuf | 61 | arch/sparc/kernel/sys_sparc.c | return sys_semop (first, (struct sembuf *)ptr, second); |
sembuf | 92 | include/linux/sem.h | struct sembuf * sops; /* array of pending operations */ |
sembuf | 107 | include/linux/sem.h | asmlinkage int sys_semop (int semid, struct sembuf *sops, unsigned nsops); |
sembuf | 177 | ipc/sem.c | static int try_semop (struct semid_ds * sma, struct sembuf * sops, int nsops) |
sembuf | 183 | ipc/sem.c | struct sembuf * sop = &sops[i]; |
sembuf | 207 | ipc/sem.c | struct sembuf * sop = &sops[i]; |
sembuf | 216 | ipc/sem.c | static int do_semop (struct semid_ds * sma, struct sembuf * sops, int nsops, |
sembuf | 222 | ipc/sem.c | struct sembuf * sop = &sops[i]; |
sembuf | 298 | ipc/sem.c | struct sembuf * sops = q->sops; |
sembuf | 316 | ipc/sem.c | struct sembuf * sops = q->sops; |
sembuf | 557 | ipc/sem.c | asmlinkage int sys_semop (int semid, struct sembuf *tsops, unsigned nsops) |
sembuf | 561 | ipc/sem.c | struct sembuf sops[SEMOPM], *sop; |
sembuf | 70 | ipc/util.c | asmlinkage int sys_semop (int semid, struct sembuf *sops, unsigned nsops) |