Searched defs:nsops (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 308 sys_oabi_semtimedop(int semid, struct oabi_sembuf __user *tsops, unsigned nsops, const struct timespec __user *timeout) sys_oabi_semtimedop() argument 347 sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, unsigned nsops) sys_oabi_semop() argument
|
/linux-4.4.14/ipc/ |
H A D | sem.c | 113 int nsops; /* number of operations */ member in struct:sem_queue 615 int result, sem_op, nsops, pid; perform_atomic_semop() local 973 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, do_smart_update() argument 298 sem_lock(struct sem_array *sma, struct sembuf *sops, int nsops) sem_lock() argument 398 sem_obtain_lock(struct ipc_namespace *ns, int id, struct sembuf *sops, int nsops, int *locknum) sem_obtain_lock() argument 832 do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops, int nsops, struct list_head *pt) do_smart_wakeup_zero() argument
|
/linux-4.4.14/security/ |
H A D | security.c | 1109 security_sem_semop(struct sem_array *sma, struct sembuf *sops, unsigned nsops, int alter) security_sem_semop() argument
|
/linux-4.4.14/security/smack/ |
H A D | smack_lsm.c | 3143 smack_sem_semop(struct sem_array *sma, struct sembuf *sops, unsigned nsops, int alter) smack_sem_semop() argument
|
/linux-4.4.14/include/linux/ |
H A D | security.h | 1050 security_sem_semop(struct sem_array *sma, struct sembuf *sops, unsigned nsops, int alter) security_sem_semop() argument
|
/linux-4.4.14/security/selinux/ |
H A D | hooks.c | 5519 selinux_sem_semop(struct sem_array *sma, struct sembuf *sops, unsigned nsops, int alter) selinux_sem_semop() argument
|
Completed in 152 milliseconds