Searched refs:nsops (Results 1 - 9 of 9) sorted by last modified time

/linux-master/security/
H A Dsecurity.c3890 * @nsops: number of operations
3899 unsigned nsops, int alter)
3901 return call_int_hook(sem_semop, sma, sops, nsops, alter);
3898 security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) argument
/linux-master/security/smack/
H A Dsmack_lsm.c3275 * @nsops: unused
3283 unsigned nsops, int alter)
3282 smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, unsigned nsops, int alter) argument
/linux-master/security/selinux/
H A Dhooks.c6308 struct sembuf *sops, unsigned nsops, int alter)
6307 selinux_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) argument
/linux-master/include/linux/
H A Dsyscalls.h737 unsigned nsops,
740 unsigned nsops,
743 unsigned nsops);
1273 unsigned int nsops,
1287 unsigned int nsops,
1289 long __do_semtimedop(int semid, struct sembuf *tsems, unsigned int nsops,
H A Dsecurity.h491 unsigned nsops, int alter);
1398 struct sembuf *sops, unsigned nsops,
1397 security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, unsigned nsops, int alter) argument
H A Dlsm_hook_defs.h278 unsigned nsops, int alter)
/linux-master/ipc/
H A Dsem.c138 int nsops; /* number of operations */ member in struct:sem_queue
390 int nsops)
395 if (nsops != 1) {
648 int result, sem_op, nsops; local
656 nsops = q->nsops;
659 for (sop = sops; sop < sops + nsops; sop++) {
721 int result, sem_op, nsops; local
728 nsops = q->nsops;
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/arch/arm/kernel/
H A Dsys_oabi-compat.c341 unsigned nsops,
350 if (nsops > ns->sc_semopm)
352 if (nsops < 1 || nsops > SEMOPM)
354 sops = kvmalloc_array(nsops, sizeof(*sops), GFP_KERNEL);
358 for (i = 0; i < nsops; i++) {
376 err = __do_semtimedop(semid, sops, nsops, &ts, ns);
379 err = __do_semtimedop(semid, sops, nsops, NULL, ns);
386 unsigned nsops)
388 return sys_oabi_semtimedop(semid, tsops, nsops, NUL
339 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/arch/arm/include/asm/
H A Dsyscalls.h34 unsigned nsops,
37 unsigned nsops);

Completed in 348 milliseconds