Searched defs:nsops (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/ipc/ | 
| D | sem.c | 138 	int			nsops;	 /* number of operations */  member368 			      int nsops)  in sem_lock()
 627 	int result, sem_op, nsops;  in perform_atomic_semop_slow()  local
 700 	int result, sem_op, nsops;  in perform_atomic_semop()  local
 875 				int nsops, struct wake_q_head *wake_q)  in do_smart_wakeup_zero()
 1010 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops,  in do_smart_update()
 1967 		unsigned nsops, const struct timespec64 *timeout)  in do_semtimedop()
 2220 		     unsigned int nsops, const struct __kernel_timespec __user *timeout)  in ksys_semtimedop()
 2232 		unsigned int, nsops, const struct __kernel_timespec __user *, timeout)  in SYSCALL_DEFINE4()  argument
 2239 			    unsigned int nsops,  in compat_ksys_semtimedop()
 [all …]
 
 | 
| /Linux-v5.4/arch/arm/kernel/ | 
| D | sys_oabi-compat.c | 316 				    unsigned nsops,  in sys_oabi_semtimedop()358 			       unsigned nsops)  in sys_oabi_semop()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | security.h | 1205 				     struct sembuf *sops, unsigned nsops,  in security_sem_semop()
 | 
| /Linux-v5.4/security/ | 
| D | security.c | 1865 			unsigned nsops, int alter)  in security_sem_semop()
 | 
| /Linux-v5.4/security/smack/ | 
| D | smack_lsm.c | 3114 			   unsigned nsops, int alter)  in smack_sem_semop()
 | 
| /Linux-v5.4/security/selinux/ | 
| D | hooks.c | 6222 			     struct sembuf *sops, unsigned nsops, int alter)  in selinux_sem_semop()
 |