Searched refs:semaphore (Results 26 - 50 of 158) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_pppox.h28 #include <asm/semaphore.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010.h26 #include <linux/semaphore.h>
127 struct semaphore sem;
188 struct semaphore i2c_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/mach/
H A Ddma.h30 #include <linux/semaphore.h>
172 struct semaphore lock; /* Acquired when using this structure */
326 struct semaphore lock; /* acquired when manipulating table entries */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dhp_sdc_rtc.c47 #include <linux/semaphore.h>
57 static struct semaphore i8042tregs;
87 struct semaphore tsem;
106 t.act.semaphore = &tsem;
176 t.act.semaphore = &i8042tregs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dhp_sdc.c70 #include <linux/semaphore.h>
202 if (curr->act.semaphore)
203 up(curr->act.semaphore);
321 if (curr->act.semaphore)
322 up(curr->act.semaphore);
559 up(curr->act.semaphore);
826 struct semaphore s_sync;
896 t_sync.act.semaphore = &s_sync;
992 struct semaphore tq_init_sem;
1037 tq_init.act.semaphore
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddecklink_enc.cpp32 #include <semaphore.h>
74 sem_t semaphore; member in struct:decklink_ctx
123 sem_post(&ctx->semaphore);
258 /* Start video semaphore. */
266 sem_init(&ctx->semaphore, 0, ctx->frames_buffer);
339 sem_destroy(&ctx->semaphore);
389 sem_wait(&ctx->semaphore);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dwin32.c74 * Special global semaphore used to protect network
78 struct semaphore netcmd_semaphore; /* GLOBAL */
581 /* semaphore functions */
584 semaphore_clear (struct semaphore *s)
590 semaphore_open (struct semaphore *s, const char *name)
602 msg (M_WARN|M_ERRNO, "WARNING: Cannot create Win32 semaphore '%s'", name);
604 dmsg (D_SEMAPHORE, "Created Win32 semaphore '%s'", s->name);
608 semaphore_lock (struct semaphore *s, int timeout_milliseconds)
617 dmsg (D_SEMAPHORE_LOW, "Attempting to lock Win32 semaphore '%s' prior to net shell command (timeout = %d sec)",
622 msg (M_ERR, "Wait failed on Win32 semaphore '
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dmlx4.h43 #include <linux/semaphore.h>
169 struct semaphore poll_sem;
170 struct semaphore event_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp4_debugfs.c32 #include <linux/semaphore.h>
H A Dmdp_cursor.c31 #include <linux/semaphore.h>
H A Dtv_ntsc.c31 #include <linux/semaphore.h>
H A Dmdp_dma_s.c31 #include <linux/semaphore.h>
H A Dmdp_dma_tv.c32 #include <linux/semaphore.h>
H A Dtvenc.c31 #include <linux/semaphore.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dsys_microblaze.c30 #include <linux/semaphore.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-kvm.c18 #include <semaphore.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dfunctions.c185 init_MUTEX_LOCKED ((struct semaphore *) sem);
188 init_MUTEX ((struct semaphore *) sem);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhp_sdc.h71 struct semaphore *semaphore; /* Semaphore to sleep on. */ member in union:__anon17462::__anon17463
88 #define HP_SDC_ACT_SEMAPHORE 0x20 /* Raise semaphore after */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ngene/
H A Dngene.h707 struct semaphore reslock;
750 struct semaphore cmd_mutex;
751 struct semaphore stream_mutex;
752 struct semaphore pll_mutex;
753 struct semaphore i2c_switch_mutex;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dhfsplus_jbd.h23 #include <linux/semaphore.h>
648 struct semaphore j_barrier;
690 struct semaphore j_checkpoint_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsir-dev.h24 struct semaphore sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dbtree.h36 struct semaphore tree_lock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Dusbdrv.h180 struct semaphore ioctl_sem;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dnand_core.h85 uint32 semaphore; /* 0x150 */ member in struct:nandregs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ns9xxx/
H A Dclock.c17 #include <linux/semaphore.h>

Completed in 126 milliseconds

1234567