Home
last modified time | relevance | path

Searched refs:sembuf (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.4.37.9/include/linux/
Dsem.h38 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/
Dipc.c35 return sys_semtimedop (first, (struct sembuf *)ptr, second, in sys_ipc()
38 return sys_semtimedop (first, (struct sembuf *)ptr, second, in sys_ipc()
Dsysirix.c994 return sys_semop((int) arg0, (struct sembuf *)arg1, in irix_semsys()
/linux-2.4.37.9/arch/cris/kernel/
Dsys_cris.c112 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/
Dsem.c244 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()
Dutil.c357 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/
Dsys_i386.c142 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/
Dsyscalls.c70 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/
Dsys_sparc.c126 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()
Dsys_sunos.c967 ret = sys_semop((int)arg1, (struct sembuf *)arg2, (unsigned)arg3); in sunos_semsys()
/linux-2.4.37.9/arch/s390x/kernel/
Dsys_s390.c135 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
/linux-2.4.37.9/arch/sh64/kernel/
Dsys_sh64.c214 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
/linux-2.4.37.9/arch/x86_64/ia32/
Dipc32.c644 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/
Dsys_arm.c172 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
/linux-2.4.37.9/arch/sh/kernel/
Dsys_sh.c146 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
/linux-2.4.37.9/arch/s390/kernel/
Dsys_s390.c150 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sparc.c185 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()
Dsys_sunos32.c928 ret = sys_semop((int)arg1, (struct sembuf *)A(arg2), (unsigned)arg3); in sunos_semsys()
Dsys_sparc32.c795 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/
Dsyscalls.c78 ret = sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
Dsys_ppc32.c3049 err = sys_semop(first, (struct sembuf *)AA(ptr), in sys32_ipc()
/linux-2.4.37.9/arch/mips64/kernel/
Dsyscall.c267 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
Dlinux32.c2175 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/
Dsys_m68k.c193 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
/linux-2.4.37.9/arch/ia64/ia32/
Dsys_ia32.c2624 return sys_semop(first, (struct sembuf *)AA(ptr), second); in sys32_ipc()

12