Searched refs:nsops (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dsem.c349 int nsops, struct sem_undo *un, int pid)
355 for (sop = sops; sop < sops + nsops; sop++) {
459 if (q->nsops == 1)
488 if (q->nsops > 1)
517 BUG_ON(h->nsops != 1);
584 error = try_atomic_semop(sma, q->sops, q->nsops,
608 * do_smart_update(sma, sops, nsops, otime, pt) - optimized update_queue
611 * @nsops: number of operations
621 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, argument
632 for (i = 0; i < nsops;
348 try_atomic_semop(struct sem_array * sma, struct sembuf * sops, int nsops, struct sem_undo *un, int pid) argument
662 int nsops = q->nsops; local
681 int nsops = q->nsops; local
[all...]
H A Dcompat.c675 unsigned nsops, const struct compat_timespec __user *timeout)
686 return sys_semtimedop(semid, tsems, nsops, ts64);
674 compat_sys_semtimedop(int semid, struct sembuf __user *tsems, unsigned nsops, const struct compat_timespec __user *timeout) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsys_oabi-compat.c306 unsigned nsops,
314 if (nsops < 1)
316 sops = kmalloc(sizeof(*sops) * nsops, GFP_KERNEL);
320 for (i = 0; i < nsops; i++) {
336 err = sys_semtimedop(semid, sops, nsops, timeout);
344 unsigned nsops)
346 return sys_oabi_semtimedop(semid, tsops, nsops, NULL);
304 sys_oabi_semtimedop(int semid, struct oabi_sembuf __user *tsops, unsigned nsops, const struct timespec __user *timeout) argument
343 sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, unsigned nsops) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsem.h115 int nsops; /* number of operations */ member in struct:sem_queue
H A Dsecurity.h1206 * @nsops contains the number of operations to perform.
1545 struct sembuf *sops, unsigned nsops, int alter);
1787 unsigned nsops, int alter);
2459 struct sembuf *sops, unsigned nsops,
2458 security_sem_semop(struct sem_array *sma, struct sembuf *sops, unsigned nsops, int alter) argument
H A Dsyscalls.h663 unsigned nsops);
666 unsigned nsops,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dsecurity.c925 unsigned nsops, int alter)
927 return security_ops->sem_semop(sma, sops, nsops, alter);
924 security_sem_semop(struct sem_array *sma, struct sembuf *sops, unsigned nsops, int alter) argument
H A Dcapability.c540 unsigned nsops, int alter)
539 cap_sem_semop(struct sem_array *sma, struct sembuf *sops, unsigned nsops, int alter) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmack_lsm.c2011 * @nsops: unused
2019 unsigned nsops, int alter)
2018 smack_sem_semop(struct sem_array *sma, struct sembuf *sops, unsigned nsops, int alter) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dhooks.c5058 struct sembuf *sops, unsigned nsops, int alter)
5057 selinux_sem_semop(struct sem_array *sma, struct sembuf *sops, unsigned nsops, int alter) argument

Completed in 89 milliseconds