Home
last modified time | relevance | path

Searched refs:sops (Results 1 – 17 of 17) 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
47 sops = get_scpi_ops(); in init_juno_opps_from_scpi()
48 if (NULL == sops) { in init_juno_opps_from_scpi()
54 sinfo = sops->dvfs_get_info(2); in init_juno_opps_from_scpi()
98 struct scpi_ops *sops; in term_opps() local
102 sops = get_scpi_ops(); in term_opps()
103 if (NULL == sops) { in term_opps()
109 sinfo = sops->dvfs_get_info(2); in term_opps()
/OK3568_Linux_fs/kernel/ipc/
H A Dsem.c136 struct sembuf *sops; /* array of pending operations */ member
295 curr = &sma->sems[q->sops[0].sem_num]; in unmerge_queues()
386 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, in sem_lock() argument
408 idx = array_index_nospec(sops->sem_num, sma->sem_nsems); in sem_lock()
425 return sops->sem_num; in sem_lock()
446 return sops->sem_num; in sem_lock()
649 struct sembuf *sops; in perform_atomic_semop_slow() local
652 sops = q->sops; in perform_atomic_semop_slow()
656 for (sop = sops; sop < sops + nsops; sop++) { in perform_atomic_semop_slow()
684 while (sop >= sops) { in perform_atomic_semop_slow()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsys_oabi-compat.c329 struct sembuf *sops; in sys_oabi_semtimedop() local
338 sops = kmalloc_array(nsops, sizeof(*sops), GFP_KERNEL); in sys_oabi_semtimedop()
339 if (!sops) in sys_oabi_semtimedop()
345 sops[i].sem_num = osb.sem_num; in sys_oabi_semtimedop()
346 sops[i].sem_op = osb.sem_op; in sys_oabi_semtimedop()
347 sops[i].sem_flg = osb.sem_flg; in sys_oabi_semtimedop()
360 err = sys_semtimedop_time32(semid, sops, nsops, timeout); in sys_oabi_semtimedop()
363 kfree(sops); in sys_oabi_semtimedop()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dioasid.c209 struct ioasid_allocator_ops *sops; in ioasid_unregister_allocator() local
246 list_for_each_entry(sops, &pallocator->slist, list) { in ioasid_unregister_allocator()
247 if (sops == ops) { in ioasid_unregister_allocator()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs.h20 const struct super_operations *sops; /* NFS Super operations */ member
H A Dnfs2super.c15 .sops = &nfs_sops,
H A Dnfs3super.c16 .sops = &nfs_sops,
H A Dnfs4super.c43 .sops = &nfs4_sops,
H A Dsuper.c1028 sb->s_op = server->nfs_client->cl_nfs_mod->sops; in nfs_fill_super()
/OK3568_Linux_fs/kernel/fs/pstore/
H A Dinode.c159 const struct seq_operations *sops = NULL; in pstore_file_open() local
162 sops = &pstore_ftrace_seq_ops; in pstore_file_open()
164 err = seq_open(file, sops); in pstore_file_open()
/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
648 if (likely(sock_map_sk_is_suitable(sops->sk) && in BPF_CALL_4()
649 sock_map_op_okay(sops))) in BPF_CALL_4()
650 return sock_map_update_common(map, *(u32 *)key, sops->sk, in BPF_CALL_4()
1257 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
1262 if (likely(sock_map_sk_is_suitable(sops->sk) && in BPF_CALL_4()
1263 sock_map_op_okay(sops))) in BPF_CALL_4()
1264 return sock_hash_update_common(map, key, sops->sk, flags); in BPF_CALL_4()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsyscalls.h810 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops,
813 asmlinkage long sys_semtimedop_time32(int semid, struct sembuf __user *sops,
816 asmlinkage long sys_semop(int semid, struct sembuf __user *sops,
H A Dsecurity.h446 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops,
1255 struct sembuf *sops, unsigned nsops, in security_sem_semop() argument
H A Dlsm_hook_defs.h244 LSM_HOOK(int, 0, sem_semop, struct kern_ipc_perm *perm, struct sembuf *sops,
/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() argument
1954 return call_int_hook(sem_semop, 0, sma, sops, nsops, alter); 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() argument
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c6319 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop() argument