Home
last modified time | relevance | path

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

/linux-4.1.27/ipc/
Dsem.c111 struct sembuf *sops; /* array of pending operations */ member
298 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, in sem_lock()
399 int id, struct sembuf *sops, int nsops, int *locknum) in sem_obtain_lock()
618 struct sembuf *sops; in perform_atomic_semop() local
832 static int do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops, in do_smart_wakeup_zero()
949 static void set_semotime(struct sem_array *sma, struct sembuf *sops) in set_semotime()
973 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update()
1798 struct sembuf *sops = fast_sops, *sop; in SYSCALL_DEFINE4() local
/linux-4.1.27/fs/nfs/
Dnfs.h19 const struct super_operations *sops; /* NFS Super operations */ member
/linux-4.1.27/fs/pstore/
Dinode.c152 const struct seq_operations *sops = NULL; in pstore_file_open() local
/linux-4.1.27/arch/arm/kernel/
Dsys_oabi-compat.c312 struct sembuf *sops; in sys_oabi_semtimedop() local
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c977 static struct seq_operations sops = { in ptlrpc_lprocfs_svc_req_history_open() local
/linux-4.1.27/security/
Dcapability.c592 static int cap_sem_semop(struct sem_array *sma, struct sembuf *sops, in cap_sem_semop()
Dsecurity.c1084 int security_sem_semop(struct sem_array *sma, struct sembuf *sops, in security_sem_semop()
/linux-4.1.27/security/smack/
Dsmack_lsm.c2868 static int smack_sem_semop(struct sem_array *sma, struct sembuf *sops, in smack_sem_semop()
/linux-4.1.27/include/linux/
Dsecurity.h2632 struct sembuf *sops, unsigned nsops, in security_sem_semop()
/linux-4.1.27/security/selinux/
Dhooks.c5506 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()