Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/fs/nfs/
Dnfs.h19 const struct super_operations *sops; /* NFS Super operations */ member
/linux-4.4.14/fs/pstore/
Dinode.c152 const struct seq_operations *sops = NULL; in pstore_file_open() local
/linux-4.4.14/arch/arm/kernel/
Dsys_oabi-compat.c313 struct sembuf *sops; in sys_oabi_semtimedop() local
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c943 static struct seq_operations sops = { in ptlrpc_lprocfs_svc_req_history_open() local
/linux-4.4.14/include/linux/
Dsecurity.h1051 struct sembuf *sops, unsigned nsops, in security_sem_semop()
/linux-4.4.14/security/
Dsecurity.c1109 int security_sem_semop(struct sem_array *sma, struct sembuf *sops, in security_sem_semop()
/linux-4.4.14/security/smack/
Dsmack_lsm.c3143 static int smack_sem_semop(struct sem_array *sma, struct sembuf *sops, in smack_sem_semop()
/linux-4.4.14/security/selinux/
Dhooks.c5520 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()