Searched defs:sops (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/ipc/ |
A D | sem.c | 136 struct sembuf *sops; /* array of pending operations */ member 389 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, in sem_lock() 652 struct sembuf *sops; in perform_atomic_semop_slow() local 724 struct sembuf *sops; in perform_atomic_semop() local 893 static int do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops, in do_smart_wakeup_zero() 1005 static void set_semotime(struct sem_array *sma, struct sembuf *sops) in set_semotime() 1029 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update() 1985 long __do_semtimedop(int semid, struct sembuf *sops, in __do_semtimedop() 2228 struct sembuf *sops = fast_sops; in do_semtimedop() local
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs.h | 20 const struct super_operations *sops; /* NFS Super operations */ member
|
/linux-6.3-rc2/drivers/iommu/ |
A D | ioasid.c | 209 struct ioasid_allocator_ops *sops; in ioasid_unregister_allocator() local
|
/linux-6.3-rc2/fs/pstore/ |
A D | inode.c | 146 const struct seq_operations *sops = NULL; in pstore_file_open() local
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | sys_oabi-compat.c | 343 struct sembuf *sops; in sys_oabi_semtimedop() local
|
/linux-6.3-rc2/net/core/ |
A D | sock_map.c | 615 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument 1208 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
|
/linux-6.3-rc2/include/linux/ |
A D | security.h | 1335 struct sembuf *sops, unsigned nsops, in security_sem_semop()
|
/linux-6.3-rc2/security/smack/ |
A D | smack_lsm.c | 3186 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop()
|
/linux-6.3-rc2/security/ |
A D | security.c | 2129 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, in security_sem_semop()
|
/linux-6.3-rc2/security/selinux/ |
A D | hooks.c | 6310 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()
|
Completed in 50 milliseconds