| /linux/ipc/ |
| H A D | sem.c | 136 struct sembuf *sops; /* array of pending operations */ member 297 curr = &sma->sems[q->sops[0].sem_num]; in unmerge_queues() 389 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, in sem_lock() argument 411 idx = array_index_nospec(sops->sem_num, sma->sem_nsems); in sem_lock() 428 return sops->sem_num; in sem_lock() 449 return sops->sem_num; in sem_lock() 652 struct sembuf *sops; in perform_atomic_semop_slow() local 655 sops = q->sops; in perform_atomic_semop_slow() 659 for (sop = sops; sop < sops + nsops; sop++) { in perform_atomic_semop_slow() 687 while (sop >= sops) { in perform_atomic_semop_slow() [all …]
|
| /linux/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 343 struct sembuf *sops; in sys_oabi_semtimedop() local 352 sops = kvmalloc_array(nsops, sizeof(*sops), GFP_KERNEL); in sys_oabi_semtimedop() 353 if (!sops) in sys_oabi_semtimedop() 359 sops[i].sem_num = osb.sem_num; in sys_oabi_semtimedop() 360 sops[i].sem_op = osb.sem_op; in sys_oabi_semtimedop() 361 sops[i].sem_flg = osb.sem_flg; in sys_oabi_semtimedop() 374 err = __do_semtimedop(semid, sops, nsops, &ts, ns); in sys_oabi_semtimedop() 377 err = __do_semtimedop(semid, sops, nsops, NULL, ns); in sys_oabi_semtimedop() 379 kvfree(sops); in sys_oabi_semtimedop()
|
| /linux/fs/nfs/ |
| H A D | nfs.h | 20 const struct super_operations *sops; /* NFS Super operations */ member
|
| H A D | nfs2super.c | 15 .sops = &nfs_sops,
|
| H A D | nfs3super.c | 16 .sops = &nfs_sops,
|
| H A D | nfs4super.c | 43 .sops = &nfs4_sops,
|
| H A D | super.c | 1093 sb->s_op = server->nfs_client->cl_nfs_mod->sops; in nfs_fill_super()
|
| /linux/fs/pstore/ |
| H A D | inode.c | 147 const struct seq_operations *sops = NULL; in pstore_file_open() local 150 sops = &pstore_ftrace_seq_ops; in pstore_file_open() 152 err = seq_open(file, sops); in pstore_file_open()
|
| /linux/net/core/ |
| H A D | sock_map.c | 622 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument 627 if (likely(sock_map_sk_is_suitable(sops->sk) && in BPF_CALL_4() 628 sock_map_op_okay(sops))) in BPF_CALL_4() 629 return sock_map_update_common(map, *(u32 *)key, sops->sk, in BPF_CALL_4() 1229 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument 1234 if (likely(sock_map_sk_is_suitable(sops->sk) && in BPF_CALL_4() 1235 sock_map_op_okay(sops))) in BPF_CALL_4() 1236 return sock_hash_update_common(map, key, sops->sk, flags); in BPF_CALL_4()
|
| /linux/fs/ |
| H A D | libfs.c | 2178 const struct stashed_operations *sops = sb->s_fs_info; in prepare_anon_dentry() local 2183 sops->put_data(data); in prepare_anon_dentry() 2191 ret = sops->init_inode(inode, data); in prepare_anon_dentry() 2256 const struct stashed_operations *sops = mnt->mnt_sb->s_fs_info; in path_from_stashed() local 2263 sops->put_data(data); in path_from_stashed() 2273 if (sops->stash_dentry) in path_from_stashed() 2274 res = sops->stash_dentry(stashed, dentry); in path_from_stashed()
|
| /linux/include/linux/ |
| H A D | syscalls.h | 760 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops, 763 asmlinkage long sys_semtimedop_time32(int semid, struct sembuf __user *sops, 766 asmlinkage long sys_semop(int semid, struct sembuf __user *sops,
|
| H A D | security.h | 557 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, 1507 struct sembuf *sops, unsigned nsops, in security_sem_semop() argument
|
| H A D | lsm_hook_defs.h | 287 LSM_HOOK(int, 0, sem_semop, struct kern_ipc_perm *perm, struct sembuf *sops,
|
| /linux/security/ |
| H A D | security.c | 3584 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, in security_sem_semop() argument 3587 return call_int_hook(sem_semop, sma, sops, nsops, alter); in security_sem_semop()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 3349 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop() argument
|
| /linux/security/selinux/ |
| H A D | hooks.c | 6507 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop() argument
|