Home
last modified time | relevance | path

Searched defs:sops (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
H A Djuno_opp.c43 struct scpi_ops *sops; in init_juno_opps_from_scpi() local
98 struct scpi_ops *sops; in term_opps() local
/OK3568_Linux_fs/kernel/ipc/
H A Dsem.c136 struct sembuf *sops; /* array of pending operations */ member
386 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, in sem_lock()
649 struct sembuf *sops; in perform_atomic_semop_slow() local
721 struct sembuf *sops; in perform_atomic_semop() local
891 static int do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops, in do_smart_wakeup_zero()
1003 static void set_semotime(struct sem_array *sma, struct sembuf *sops) in set_semotime()
1027 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update()
1989 struct sembuf *sops = fast_sops, *sop; in do_semtimedop() local
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs.h20 const struct super_operations *sops; /* NFS Super operations */ member
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dioasid.c209 struct ioasid_allocator_ops *sops; in ioasid_unregister_allocator() local
/OK3568_Linux_fs/kernel/fs/pstore/
H A Dinode.c159 const struct seq_operations *sops = NULL; in pstore_file_open() local
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsys_oabi-compat.c329 struct sembuf *sops; in sys_oabi_semtimedop() local
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_map.c643 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
1257 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h1255 struct sembuf *sops, unsigned nsops, in security_sem_semop()
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c1951 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, in security_sem_semop()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c3107 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c6319 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()