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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/ovcamchip/
H A Dovcamchip_core.c207 ov->sops = &ov76be_ops;
209 ov->sops = &ov7x20_ops;
211 ov->sops = &ov7x10_ops;
247 ov->sops = &ov6x20_ops;
249 ov->sops = &ov6x30_ops;
351 rc = ov->sops->free(c);
397 rc = ov->sops->init(c);
405 return ov->sops->command(c, cmd, arg);
H A Dovcamchip_priv.h49 struct ovcamchip_ops *sops; member in struct:ovcamchip
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/ipc/
H A Dsem.c338 static int try_atomic_semop (struct sem_array * sma, struct sembuf * sops, argument
345 for (sop = sops; sop < sops + nsops; sop++) {
370 while (sop >= sops) {
392 while (sop >= sops) {
410 error = try_atomic_semop(sma, q->sops, q->nsops,
462 struct sembuf * sops = q->sops; local
466 if (sops[i].sem_num == semnum
467 && (sops[
480 struct sembuf * sops = q->sops; local
1118 struct sembuf* sops = fast_sops, *sop; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dsys_oabi-compat.c293 struct sembuf *sops; local
300 sops = kmalloc(sizeof(*sops) * nsops, GFP_KERNEL);
301 if (!sops)
305 __get_user_error(sops[i].sem_num, &tsops->sem_num, err);
306 __get_user_error(sops[i].sem_op, &tsops->sem_op, err);
307 __get_user_error(sops[i].sem_flg, &tsops->sem_flg, err);
320 err = sys_semtimedop(semid, sops, nsops, timeout);
323 kfree(sops);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dsem.h113 struct sembuf * sops; /* array of pending operations */ member in struct:sem_queue
H A Dsecurity.h1047 * @sops contains the operations to perform.
1314 struct sembuf * sops, unsigned nsops, int alter);
2082 struct sembuf * sops, unsigned nsops,
2085 return security_ops->sem_semop(sma, sops, nsops, alter);
2743 struct sembuf * sops, unsigned nsops,
2081 security_sem_semop(struct sem_array * sma, struct sembuf * sops, unsigned nsops, int alter) argument
2742 security_sem_semop(struct sem_array * sma, struct sembuf * sops, unsigned nsops, int alter) argument
H A Dsyscalls.h462 asmlinkage long sys_semop(int semid, struct sembuf __user *sops,
465 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/
H A Ddummy.c674 struct sembuf *sops, unsigned nsops, int alter)
673 dummy_sem_semop(struct sem_array *sma, struct sembuf *sops, unsigned nsops, int alter) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/
H A Dhooks.c4429 struct sembuf *sops, unsigned nsops, int alter)
4428 selinux_sem_semop(struct sem_array *sma, struct sembuf *sops, unsigned nsops, int alter) argument

Completed in 110 milliseconds