/linux-2.4.37.9/include/linux/ |
D | sem.h | 38 struct sembuf { struct 109 struct sembuf * sops; /* array of pending operations */ 125 asmlinkage long sys_semop (int semid, struct sembuf *sops, unsigned nsops); 127 asmlinkage long sys_semtimedop (int semid, struct sembuf *sops,
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | ipc.c | 35 return sys_semtimedop (first, (struct sembuf *)ptr, second, in sys_ipc() 38 return sys_semtimedop (first, (struct sembuf *)ptr, second, in sys_ipc()
|
D | sysirix.c | 994 return sys_semop((int) arg0, (struct sembuf *)arg1, in irix_semsys()
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | sys_cris.c | 112 return sys_semtimedop (first, (struct sembuf *)ptr, second, NULL); in sys_ipc() 114 return sys_semtimedop (first, (struct sembuf *)ptr, second, in sys_ipc()
|
/linux-2.4.37.9/ipc/ |
D | sem.c | 244 static int try_atomic_semop (struct sem_array * sma, struct sembuf * sops, in try_atomic_semop() 249 struct sembuf *sop; in try_atomic_semop() 357 struct sembuf * sops = q->sops; in count_semncnt() 375 struct sembuf * sops = q->sops; in count_semzcnt() 836 asmlinkage long sys_semop (int semid, struct sembuf *tsops, unsigned nsops) in sys_semop() 841 asmlinkage long sys_semtimedop (int semid, struct sembuf *tsops, in sys_semtimedop() 846 struct sembuf fast_sops[SEMOPM_FAST]; in sys_semtimedop() 847 struct sembuf* sops = fast_sops, *sop; in sys_semtimedop()
|
D | util.c | 357 asmlinkage long sys_semop (int semid, struct sembuf *sops, unsigned nsops) in sys_semop() 362 asmlinkage long sys_semtimedop(int semid, struct sembuf *sops, unsigned nsops, in sys_semtimedop()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | sys_i386.c | 142 return sys_semtimedop (first, (struct sembuf *)ptr, second, NULL); in sys_ipc() 144 return sys_semtimedop (first, (struct sembuf *)ptr, second, in sys_ipc()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | syscalls.c | 70 ret = sys_semtimedop(first, (struct sembuf *)ptr, second, NULL); in sys_ipc() 73 ret = sys_semtimedop(first, (struct sembuf *)ptr, second, in sys_ipc()
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | sys_sparc.c | 126 err = sys_semtimedop (first, (struct sembuf *)ptr, second, NULL); in sys_ipc() 129 err = sys_semtimedop (first, (struct sembuf *)ptr, second, (const struct timespec *) fifth); in sys_ipc()
|
D | sys_sunos.c | 967 ret = sys_semop((int)arg1, (struct sembuf *)arg2, (unsigned)arg3); in sunos_semsys()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | sys_s390.c | 135 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | sys_sh64.c | 214 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ipc32.c | 644 return sys_semtimedop(first, (struct sembuf *)AA(ptr), second, NULL); in sys32_ipc() 656 second*sizeof(struct sembuf))) in sys32_ipc() 660 err = sys_semtimedop(first, (struct sembuf *)AA(ptr), second, in sys32_ipc()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | sys_arm.c | 172 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | sys_sh.c | 146 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | sys_s390.c | 150 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys_sparc.c | 185 err = sys_semtimedop (first, (struct sembuf *)ptr, second, NULL); in sys_ipc() 188 err = sys_semtimedop (first, (struct sembuf *)ptr, second, (const struct timespec *) fifth); in sys_ipc()
|
D | sys_sunos32.c | 928 ret = sys_semop((int)arg1, (struct sembuf *)A(arg2), (unsigned)arg3); in sunos_semsys()
|
D | sys_sparc32.c | 795 static int sys32_semtimedop(int semid, struct sembuf *tsems, int nsems, in sys32_semtimedop() 825 (struct sembuf *)A(ptr), in sys32_ipc() 830 (struct sembuf *)A(ptr), in sys32_ipc()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | syscalls.c | 78 ret = sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
D | sys_ppc32.c | 3049 err = sys_semop(first, (struct sembuf *)AA(ptr), in sys32_ipc()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | syscall.c | 267 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
D | linux32.c | 2175 static int sys32_semtimedop(int semid, struct sembuf *tsems, int nsems, in sys32_semtimedop() 2203 err = sys_semtimedop (first, (struct sembuf *)AA(ptr), in sys32_ipc() 2207 err = sys32_semtimedop(first, (struct sembuf *)AA(ptr), second, in sys32_ipc()
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | sys_m68k.c | 193 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 2624 return sys_semop(first, (struct sembuf *)AA(ptr), second); in sys32_ipc()
|