Searched defs:nsops (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c339 sys_oabi_semtimedop(int semid, struct oabi_sembuf __user *tsops, unsigned nsops, const struct old_timespec32 __user *timeout) argument
385 sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, unsigned nsops) argument
409 sys_oabi_semtimedop(int semid, struct oabi_sembuf __user *tsops, unsigned nsops, const struct old_timespec32 __user *timeout) argument
417 sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, unsigned nsops) argument
[all...]
/linux-master/ipc/
H A Dsem.c138 int nsops; /* number of operations */ member in struct:sem_queue
648 int result, sem_op, nsops; local
721 int result, sem_op, nsops; local
389 sem_lock(struct sem_array *sma, struct sembuf *sops, int nsops) argument
893 do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops, int nsops, struct wake_q_head *wake_q) argument
1029 do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, int otime, struct wake_q_head *wake_q) argument
1983 __do_semtimedop(int semid, struct sembuf *sops, unsigned nsops, const struct timespec64 *timeout, struct ipc_namespace *ns) argument
2222 do_semtimedop(int semid, struct sembuf __user *tsops, unsigned nsops, const struct timespec64 *timeout) argument
2256 ksys_semtimedop(int semid, struct sembuf __user *tsops, unsigned int nsops, const struct __kernel_timespec __user *timeout) argument
2275 compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, unsigned int nsops, const struct old_timespec32 __user *timeout) argument
[all...]
/linux-master/security/smack/
H A Dsmack_lsm.c3282 smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, unsigned nsops, int alter) argument
/linux-master/include/linux/
H A Dsecurity.h1397 security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) argument
/linux-master/security/
H A Dsecurity.c3898 security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) argument
/linux-master/security/selinux/
H A Dhooks.c6307 selinux_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) argument

Completed in 852 milliseconds