/linux/ipc/ |
A D | sem.c | 655 sops = q->sops; in perform_atomic_semop_slow() 659 for (sop = sops; sop < sops + nsops; sop++) { in perform_atomic_semop_slow() 727 sops = q->sops; in perform_atomic_semop() 740 for (sop = sops; sop < sops + nsops; sop++) { in perform_atomic_semop() 766 for (sop = sops; sop < sops + nsops; sop++) { in perform_atomic_semop() 902 if (sops) { in do_smart_wakeup_zero() 1041 if (!sops) { in do_smart_update() 2016 for (sop = sops; sop < sops + nsops; sop++) { in __do_semtimedop() 2097 queue.sops = sops; in __do_semtimedop() 2241 sops = kvmalloc_array(nsops, sizeof(*sops), GFP_KERNEL); in do_semtimedop() [all …]
|
/linux/arch/arm/kernel/ |
A D | sys_oabi-compat.c | 342 struct sembuf *sops; in sys_oabi_semtimedop() local 351 sops = kvmalloc_array(nsops, sizeof(*sops), GFP_KERNEL); in sys_oabi_semtimedop() 352 if (!sops) in sys_oabi_semtimedop() 358 sops[i].sem_num = osb.sem_num; in sys_oabi_semtimedop() 359 sops[i].sem_op = osb.sem_op; in sys_oabi_semtimedop() 360 sops[i].sem_flg = osb.sem_flg; in sys_oabi_semtimedop() 373 err = __do_semtimedop(semid, sops, nsops, &ts, ns); in sys_oabi_semtimedop() 376 err = __do_semtimedop(semid, sops, nsops, NULL, ns); in sys_oabi_semtimedop() 378 kvfree(sops); in sys_oabi_semtimedop()
|
/linux/drivers/iommu/ |
A D | ioasid.c | 210 struct ioasid_allocator_ops *sops; in ioasid_unregister_allocator() local 247 list_for_each_entry(sops, &pallocator->slist, list) { in ioasid_unregister_allocator() 248 if (sops == ops) { in ioasid_unregister_allocator()
|
/linux/fs/nfs/ |
A D | nfs.h | 20 const struct super_operations *sops; /* NFS Super operations */ member
|
A D | nfs2super.c | 15 .sops = &nfs_sops,
|
A D | nfs3super.c | 16 .sops = &nfs_sops,
|
A D | nfs4super.c | 43 .sops = &nfs4_sops,
|
A D | super.c | 1050 sb->s_op = server->nfs_client->cl_nfs_mod->sops; in nfs_fill_super()
|
/linux/fs/pstore/ |
A D | inode.c | 145 const struct seq_operations *sops = NULL; in pstore_file_open() local 148 sops = &pstore_ftrace_seq_ops; in pstore_file_open() 150 err = seq_open(file, sops); in pstore_file_open()
|
/linux/net/core/ |
A D | sock_map.c | 608 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument 613 if (likely(sock_map_sk_is_suitable(sops->sk) && in BPF_CALL_4() 614 sock_map_op_okay(sops))) in BPF_CALL_4() 615 return sock_map_update_common(map, *(u32 *)key, sops->sk, in BPF_CALL_4() 1193 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument 1198 if (likely(sock_map_sk_is_suitable(sops->sk) && in BPF_CALL_4() 1199 sock_map_op_okay(sops))) in BPF_CALL_4() 1200 return sock_hash_update_common(map, key, sops->sk, flags); in BPF_CALL_4()
|
/linux/include/linux/ |
A D | syscalls.h | 825 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops, 828 asmlinkage long sys_semtimedop_time32(int semid, struct sembuf __user *sops, 831 asmlinkage long sys_semop(int semid, struct sembuf __user *sops,
|
A D | security.h | 459 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, 1290 struct sembuf *sops, unsigned nsops, in security_sem_semop() argument
|
A D | lsm_hook_defs.h | 253 LSM_HOOK(int, 0, sem_semop, struct kern_ipc_perm *perm, struct sembuf *sops,
|
/linux/security/ |
A D | security.c | 2030 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, in security_sem_semop() argument 2033 return call_int_hook(sem_semop, 0, sma, sops, nsops, alter); in security_sem_semop()
|
/linux/security/smack/ |
A D | smack_lsm.c | 3112 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop() argument
|
/linux/security/selinux/ |
A D | hooks.c | 6353 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop() argument
|