Lines Matching defs:nsops
138 int nsops; /* number of operations */ member
386 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, int nsops) in sem_lock()
651 int result, sem_op, nsops; in perform_atomic_semop_slow() local
730 int result, sem_op, nsops; in perform_atomic_semop() local
912 static int do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops, int nsops, struct wake_… in do_smart_wakeup_zero()
1049 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, int otime, in do_smart_update()
2029 static long do_semtimedop(int semid, struct sembuf __user *tsops, unsigned nsops, const struct time… in do_semtimedop()
2294 long ksys_semtimedop(int semid, struct sembuf __user *tsops, unsigned int nsops, in ksys_semtimedop()
2307 SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops, unsigned int, nsops, in SYSCALL_DEFINE4() argument
2314 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, unsigned int nsops, in compat_ksys_semtimedop()
2327 SYSCALL_DEFINE4(semtimedop_time32, int, semid, struct sembuf __user *, tsems, unsigned int, nsops, in SYSCALL_DEFINE4() argument
2334 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, unsigned, nsops) in SYSCALL_DEFINE3() argument