Searched refs:nsops (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/ipc/ |
D | sem.c | 138 int nsops; /* number of operations */ member 368 int nsops) in sem_lock() argument 373 if (nsops != 1) { in sem_lock() 631 int result, sem_op, nsops; in perform_atomic_semop_slow() local 639 nsops = q->nsops; in perform_atomic_semop_slow() 642 for (sop = sops; sop < sops + nsops; sop++) { in perform_atomic_semop_slow() 704 int result, sem_op, nsops; in perform_atomic_semop() local 711 nsops = q->nsops; in perform_atomic_semop() 723 for (sop = sops; sop < sops + nsops; sop++) { in perform_atomic_semop() 749 for (sop = sops; sop < sops + nsops; sop++) { in perform_atomic_semop() [all …]
|
D | util.h | 252 unsigned int nsops, 268 unsigned int nsops,
|
/Linux-v4.19/arch/arm/kernel/ |
D | sys_oabi-compat.c | 315 unsigned nsops, in sys_oabi_semtimedop() argument 323 if (nsops < 1 || nsops > SEMOPM) in sys_oabi_semtimedop() 325 if (!access_ok(VERIFY_READ, tsops, sizeof(*tsops) * nsops)) in sys_oabi_semtimedop() 327 sops = kmalloc_array(nsops, sizeof(*sops), GFP_KERNEL); in sys_oabi_semtimedop() 331 for (i = 0; i < nsops; i++) { in sys_oabi_semtimedop() 349 err = sys_semtimedop(semid, sops, nsops, timeout); in sys_oabi_semtimedop() 357 unsigned nsops) in sys_oabi_semop() argument 359 return sys_oabi_semtimedop(semid, tsops, nsops, NULL); in sys_oabi_semop()
|
/Linux-v4.19/include/linux/ |
D | security.h | 391 unsigned nsops, int alter); 1136 struct sembuf *sops, unsigned nsops, in security_sem_semop() argument
|
D | lsm_hooks.h | 1643 unsigned nsops, int alter);
|
D | syscalls.h | 713 unsigned nsops, 716 unsigned nsops);
|
/Linux-v4.19/security/ |
D | security.c | 1278 unsigned nsops, int alter) in security_sem_semop() argument 1280 return call_int_hook(sem_semop, 0, sma, sops, nsops, alter); in security_sem_semop()
|
/Linux-v4.19/security/smack/ |
D | smack_lsm.c | 3200 unsigned nsops, int alter) in smack_sem_semop() argument
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 6333 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop() argument
|