Searched refs:semaphore (Results 76 - 100 of 158) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dhpfs_fn.h90 struct semaphore hpfs_creation_de; /* when creating dirents, nobody else
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dusblcd.c50 struct semaphore limit_sem; /* to stop writes at full throttle from
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmddihost.c36 struct semaphore mddi_host_mutex;
H A Dmdp4_overlay_lcdc.c31 #include <linux/semaphore.h>
H A Dmdp_dma_lcdc.c31 #include <linux/semaphore.h>
H A Dmdp_vsync.c34 #include <linux/semaphore.h>
H A Dmdp.c35 #include <linux/semaphore.h>
48 struct semaphore mdp_ppp_mutex;
49 struct semaphore mdp_pipe_ctrl_mutex;
667 /* initialize semaphore */
H A Dmdp_ppp_v31.c32 #include <linux/semaphore.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dsc1200wdt.c45 #include <linux/semaphore.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Ds3c-hwmon.c54 struct semaphore lock;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Djack_audio.c24 #include <semaphore.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_spi.c26 #include <linux/semaphore.h>
61 struct semaphore spi_ready;
62 struct semaphore spi_thread_terminated;
831 * can't wake threads waiting for a semaphore. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_hpc.c38 #include <linux/semaphore.h>
106 static struct semaphore semOperations; // lock all operations and
108 static struct semaphore sem_exit; // make sure polling thread goes away
905 /* give up the hardware semaphore */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211.h32 #include <linux/semaphore.h>
979 struct semaphore wx_sem;
980 struct semaphore scan_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211.h33 #include <linux/semaphore.h>
1327 struct semaphore wx_sem;
1328 struct semaphore scan_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dhfsplus_fs.h118 struct semaphore jnl_lock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h33 #include <linux/semaphore.h>
1924 struct semaphore ips_sem;
2133 struct semaphore wx_sem;
2134 struct semaphore scan_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddevice.h471 struct semaphore mlme_semaphore;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_buf.h170 struct semaphore b_sema; /* semaphore for lockables */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dacinterp.h298 acpi_ex_system_wait_semaphore(acpi_semaphore semaphore, u16 timeout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A D6pack.c37 #include <linux/semaphore.h>
125 struct semaphore dead_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c527.c106 #include <linux/semaphore.h>
179 struct semaphore cmd_mutex; /* Serialises issuing of execute commands */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E.h1067 struct semaphore wx_sem;
1068 struct semaphore rf_sem; //used to lock rf write operation added by wb, modified by david
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U.h943 struct semaphore wx_sem;
944 struct semaphore rf_sem; //used to lock rf write operation added by wb, modified by david
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_isr.c78 if (RD_REG_WORD(&reg->semaphore) & BIT_0) {
99 WRT_REG_WORD(&reg->semaphore, 0);
100 RD_REG_WORD(&reg->semaphore);
192 WRT_REG_WORD(&reg->semaphore, 0);
2514 WRT_REG_WORD(&reg->isp.semaphore, 0);

Completed in 374 milliseconds

1234567