/linux-4.4.14/ipc/ |
D | sem.c | 111 struct sembuf *sops; /* array of pending operations */ member 220 curr = &sma->sem_base[q->sops[0].sem_num]; in unmerge_queues() 298 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, in sem_lock() argument 329 sem = sma->sem_base + sops->sem_num; in sem_lock() 355 return sops->sem_num; in sem_lock() 371 return sops->sem_num; in sem_lock() 399 int id, struct sembuf *sops, int nsops, int *locknum) in sem_obtain_lock() argument 409 *locknum = sem_lock(sma, sops, nsops); in sem_obtain_lock() 618 struct sembuf *sops; in perform_atomic_semop() local 621 sops = q->sops; in perform_atomic_semop() [all …]
|
/linux-4.4.14/arch/arm/kernel/ |
D | sys_oabi-compat.c | 313 struct sembuf *sops; in sys_oabi_semtimedop() local 320 sops = kmalloc(sizeof(*sops) * nsops, GFP_KERNEL); in sys_oabi_semtimedop() 321 if (!sops) in sys_oabi_semtimedop() 325 __get_user_error(sops[i].sem_num, &tsops->sem_num, err); in sys_oabi_semtimedop() 326 __get_user_error(sops[i].sem_op, &tsops->sem_op, err); in sys_oabi_semtimedop() 327 __get_user_error(sops[i].sem_flg, &tsops->sem_flg, err); in sys_oabi_semtimedop() 340 err = sys_semtimedop(semid, sops, nsops, timeout); in sys_oabi_semtimedop() 343 kfree(sops); in sys_oabi_semtimedop()
|
/linux-4.4.14/fs/nfs/ |
D | nfs.h | 19 const struct super_operations *sops; /* NFS Super operations */ member
|
D | nfs2super.c | 14 .sops = &nfs_sops,
|
D | nfs3super.c | 15 .sops = &nfs_sops,
|
D | nfs4super.c | 71 .sops = &nfs4_sops,
|
D | super.c | 2314 sb->s_op = server->nfs_client->cl_nfs_mod->sops; in nfs_fill_super()
|
/linux-4.4.14/fs/pstore/ |
D | inode.c | 152 const struct seq_operations *sops = NULL; in pstore_file_open() local 159 sops = &pstore_ftrace_seq_ops; in pstore_file_open() 161 err = seq_open(file, sops); in pstore_file_open()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 943 static struct seq_operations sops = { in ptlrpc_lprocfs_svc_req_history_open() local 952 rc = seq_open(file, &sops); in ptlrpc_lprocfs_svc_req_history_open()
|
/linux-4.4.14/include/linux/ |
D | security.h | 345 int security_sem_semop(struct sem_array *sma, struct sembuf *sops, 1051 struct sembuf *sops, unsigned nsops, in security_sem_semop() argument
|
D | syscalls.h | 665 asmlinkage long sys_semop(int semid, struct sembuf __user *sops, 668 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops,
|
D | lsm_hooks.h | 1504 int (*sem_semop)(struct sem_array *sma, struct sembuf *sops,
|
/linux-4.4.14/security/ |
D | security.c | 1109 int security_sem_semop(struct sem_array *sma, struct sembuf *sops, in security_sem_semop() argument 1112 return call_int_hook(sem_semop, 0, sma, sops, nsops, alter); in security_sem_semop()
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 3143 static int smack_sem_semop(struct sem_array *sma, struct sembuf *sops, in smack_sem_semop() argument
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 5520 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop() argument
|