Lines Matching refs:sembuf
136 struct sembuf *sops; /* array of pending operations */
137 struct sembuf *blocking; /* the operation that blocked */
367 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, in sem_lock()
629 struct sembuf *sop; in perform_atomic_semop_slow()
631 struct sembuf *sops; in perform_atomic_semop_slow()
701 struct sembuf *sop; in perform_atomic_semop()
703 struct sembuf *sops; in perform_atomic_semop()
874 static int do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops, in do_smart_wakeup_zero()
986 static void set_semotime(struct sem_array *sma, struct sembuf *sops) in set_semotime()
1010 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update()
1056 struct sembuf *sop = q->blocking; in check_qop()
1966 static long do_semtimedop(int semid, struct sembuf __user *tsops, in do_semtimedop()
1971 struct sembuf fast_sops[SEMOPM_FAST]; in do_semtimedop()
1972 struct sembuf *sops = fast_sops, *sop; in do_semtimedop()
2219 long ksys_semtimedop(int semid, struct sembuf __user *tsops, in ksys_semtimedop()
2231 SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE4()
2238 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, in compat_ksys_semtimedop()
2251 SYSCALL_DEFINE4(semtimedop_time32, int, semid, struct sembuf __user *, tsems, in SYSCALL_DEFINE4()
2259 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3()