Searched refs:sops (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dsem_utils.c77 struct sembuf sops; local
78 sops.sem_num = semnum;
79 sops.sem_op = -1;
80 sops.sem_flg = SEM_UNDO;
81 semop(semid, &sops, 1);
86 struct sembuf sops; local
87 sops.sem_num = semnum;
88 sops.sem_op = 1;
89 sops.sem_flg = SEM_UNDO;
90 semop(semid, &sops,
95 struct sembuf sops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dsem.c348 static int try_atomic_semop (struct sem_array * sma, struct sembuf * sops, argument
355 for (sop = sops; sop < sops + nsops; sop++) {
380 while (sop >= sops) {
401 while (sop >= sops) {
491 curr = sma->sem_base + q->sops[0].sem_num;
509 BUG_ON(q->sops[0].sem_op >= 0);
518 BUG_ON(h->sops[0].sem_num != q->sops[0].sem_num);
521 if (h->sops[
621 do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, int otime, struct list_head *pt) argument
661 struct sembuf * sops = q->sops; local
680 struct sembuf * sops = q->sops; local
1294 struct sembuf* sops = fast_sops, *sop; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsys_oabi-compat.c309 struct sembuf *sops; local
316 sops = kmalloc(sizeof(*sops) * nsops, GFP_KERNEL);
317 if (!sops)
321 __get_user_error(sops[i].sem_num, &tsops->sem_num, err);
322 __get_user_error(sops[i].sem_op, &tsops->sem_op, err);
323 __get_user_error(sops[i].sem_flg, &tsops->sem_flg, err);
336 err = sys_semtimedop(semid, sops, nsops, timeout);
339 kfree(sops);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A Dac97.c42 .sops = &simple_ac97_ops,
H A Dhda.c43 .sops = &simple_hda_ops,
H A Dsbase.h40 struct sm_elem_ops *sops; member in struct:melem_sids
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsem.h114 struct sembuf *sops; /* array of pending operations */ member in struct:sem_queue
H A Dsecurity.h1205 * @sops contains the operations to perform.
1545 struct sembuf *sops, unsigned nsops, int alter);
1786 int security_sem_semop(struct sem_array *sma, struct sembuf *sops,
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.h662 asmlinkage long sys_semop(int semid, struct sembuf __user *sops,
665 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dsecurity.c924 int security_sem_semop(struct sem_array *sma, struct sembuf *sops, argument
927 return security_ops->sem_semop(sma, sops, nsops, alter);
H A Dcapability.c539 static int cap_sem_semop(struct sem_array *sma, struct sembuf *sops, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmack_lsm.c2010 * @sops: unused
2018 static int smack_sem_semop(struct sem_array *sma, struct sembuf *sops, 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 94 milliseconds