Searched defs:sops (Results  1 – 10 of 10) sorted by relevance
| /linux-4.1.27/ipc/ | 
| D | sem.c | 111 	struct sembuf		*sops;	 /* array of pending operations */  member298 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops,  in sem_lock()
 399 			int id, struct sembuf *sops, int nsops, int *locknum)  in sem_obtain_lock()
 618 	struct sembuf *sops;  in perform_atomic_semop()  local
 832 static int do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops,  in do_smart_wakeup_zero()
 949 static void set_semotime(struct sem_array *sma, struct sembuf *sops)  in set_semotime()
 973 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops,  in do_smart_update()
 1798 	struct sembuf *sops = fast_sops, *sop;  in SYSCALL_DEFINE4()  local
 
 | 
| /linux-4.1.27/fs/nfs/ | 
| D | nfs.h | 19 	const struct super_operations *sops;	/* NFS Super operations */  member
 | 
| /linux-4.1.27/fs/pstore/ | 
| D | inode.c | 152 	const struct seq_operations *sops = NULL;  in pstore_file_open()  local
 | 
| /linux-4.1.27/arch/arm/kernel/ | 
| D | sys_oabi-compat.c | 312 	struct sembuf *sops;  in sys_oabi_semtimedop()  local
 | 
| /linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ | 
| D | lproc_ptlrpc.c | 977 	static struct seq_operations sops = {  in ptlrpc_lprocfs_svc_req_history_open()  local
 | 
| /linux-4.1.27/security/ | 
| D | capability.c | 592 static int cap_sem_semop(struct sem_array *sma, struct sembuf *sops,  in cap_sem_semop()
 | 
| D | security.c | 1084 int security_sem_semop(struct sem_array *sma, struct sembuf *sops,  in security_sem_semop()
 | 
| /linux-4.1.27/security/smack/ | 
| D | smack_lsm.c | 2868 static int smack_sem_semop(struct sem_array *sma, struct sembuf *sops,  in smack_sem_semop()
 | 
| /linux-4.1.27/include/linux/ | 
| D | security.h | 2632 				     struct sembuf *sops, unsigned nsops,  in security_sem_semop()
 | 
| /linux-4.1.27/security/selinux/ | 
| D | hooks.c | 5506 			     struct sembuf *sops, unsigned nsops, int alter)  in selinux_sem_semop()
 |