Lines Matching refs:sembuf
136 struct sembuf *sops; /* array of pending operations */
137 struct sembuf *blocking; /* the operation that blocked */
386 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, in sem_lock()
647 struct sembuf *sop; in perform_atomic_semop_slow()
649 struct sembuf *sops; in perform_atomic_semop_slow()
719 struct sembuf *sop; in perform_atomic_semop()
721 struct sembuf *sops; in perform_atomic_semop()
891 static int do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops, in do_smart_wakeup_zero()
1003 static void set_semotime(struct sem_array *sma, struct sembuf *sops) in set_semotime()
1027 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update()
1073 struct sembuf *sop = q->blocking; in check_qop()
1983 static long do_semtimedop(int semid, struct sembuf __user *tsops, in do_semtimedop()
1988 struct sembuf fast_sops[SEMOPM_FAST]; in do_semtimedop()
1989 struct sembuf *sops = fast_sops, *sop; in do_semtimedop()
2237 long ksys_semtimedop(int semid, struct sembuf __user *tsops, in ksys_semtimedop()
2249 SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE4()
2256 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, in compat_ksys_semtimedop()
2269 SYSCALL_DEFINE4(semtimedop_time32, int, semid, struct sembuf __user *, tsems, in SYSCALL_DEFINE4()
2277 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3()