Searched refs:nsops (Results 1 – 9 of 9) sorted by relevance
| /linux/ipc/ |
| H A D | sem.c | 138 int nsops; /* number of operations */ member 390 int nsops) in sem_lock() argument 395 if (nsops != 1) { in sem_lock() 648 int result, sem_op, nsops; in perform_atomic_semop_slow() local 656 nsops = q->nsops; in perform_atomic_semop_slow() 659 for (sop = sops; sop < sops + nsops; sop++) { in perform_atomic_semop_slow() 721 int result, sem_op, nsops; in perform_atomic_semop() local 728 nsops = q->nsops; in perform_atomic_semop() 740 for (sop = sops; sop < sops + nsops; sop++) { in perform_atomic_semop() 766 for (sop = sops; sop < sops + nsops; sop++) { in perform_atomic_semop() [all …]
|
| /linux/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 339 unsigned nsops, in sys_oabi_semtimedop() argument 348 if (nsops > ns->sc_semopm) in sys_oabi_semtimedop() 350 if (nsops < 1 || nsops > SEMOPM) in sys_oabi_semtimedop() 352 sops = kvmalloc_array(nsops, sizeof(*sops), GFP_KERNEL); in sys_oabi_semtimedop() 356 for (i = 0; i < nsops; i++) { in sys_oabi_semtimedop() 374 err = __do_semtimedop(semid, sops, nsops, &ts, ns); in sys_oabi_semtimedop() 377 err = __do_semtimedop(semid, sops, nsops, NULL, ns); in sys_oabi_semtimedop() 384 unsigned nsops) in sys_oabi_semop() argument 386 return sys_oabi_semtimedop(semid, tsops, nsops, NULL); in sys_oabi_semop() 409 unsigned nsops, in sys_oabi_semtimedop() argument [all …]
|
| /linux/arch/arm/include/asm/ |
| H A D | syscalls.h | 34 unsigned nsops, 37 unsigned nsops);
|
| /linux/include/linux/ |
| H A D | syscalls.h | 761 unsigned nsops, 764 unsigned nsops, 767 unsigned nsops); 1312 unsigned int nsops, 1326 unsigned int nsops, 1328 long __do_semtimedop(int semid, struct sembuf *tsems, unsigned int nsops,
|
| H A D | security.h | 558 unsigned nsops, int alter); 1507 struct sembuf *sops, unsigned nsops, in security_sem_semop() argument
|
| H A D | lsm_hook_defs.h | 288 unsigned nsops, int alter)
|
| /linux/security/ |
| H A D | security.c | 3585 unsigned nsops, int alter) in security_sem_semop() argument 3587 return call_int_hook(sem_semop, sma, sops, nsops, alter); in security_sem_semop()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 3350 unsigned nsops, int alter) in smack_sem_semop() argument
|
| /linux/security/selinux/ |
| H A D | hooks.c | 6507 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop() argument
|