Searched refs:semaphore (Results 101 - 125 of 158) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h33 #include <linux/semaphore.h>
1984 struct semaphore wx_sem;
1985 struct semaphore scan_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Ducb1x00-core.c30 #include <linux/semaphore.h>
183 * This function takes the ADC semaphore to prevent two or more
215 * with the ADC semaphore held.
243 * Disable the ADC converter and release the ADC semaphore.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-region-hash.c77 struct semaphore recovery_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_def.h663 &ha->reg->u1.isp4022.semaphore);
H A Dql4_fw.h84 __le32 semaphore; member in struct:isp_reg::__anon14989::__anon14991
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/
H A Dusb-skeleton.c53 struct semaphore limit_sem; /* limiting the number of writes in progress */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp.h219 struct semaphore mutex;
H A Dmdp_dma.c31 #include <linux/semaphore.h>
H A Dmdp_ppp.c34 #include <linux/semaphore.h>
59 extern struct semaphore mdp_ppp_mutex;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c278 static struct semaphore nvram_sem;
846 /* Initialize commit semaphore */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Daacraid.h724 struct semaphore wait_sem; // this is used to wait for the next fib to arrive.
794 struct semaphore event_wait;
H A Dcommctrl.c42 #include <linux/semaphore.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U.h1091 struct semaphore wx_sem;
1092 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/infiniband/core/
H A Duser_mad.c48 #include <linux/semaphore.h>
88 struct semaphore sm_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_dbg.c264 WRT_REG_WORD(&reg->semaphore, 0);
718 if (RD_REG_WORD(&reg->semaphore) & BIT_0) {
725 WRT_REG_WORD(&reg->semaphore, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h1979 struct semaphore wx_sem;
1980 struct semaphore scan_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dmkiss.c87 struct semaphore dead_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_async.c71 struct semaphore dead_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1241 struct semaphore ioctl_sem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dqla1280.h152 uint16_t semaphore; /* Semaphore */ member in struct:device_reg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ddt9812.c274 struct semaphore mutex;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dhwa742.c118 struct semaphore req_sema;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dviotape.c209 static struct semaphore reqSem;
361 * a semaphore to keep track of # requests in use. If
363 * semaphore
451 * a semaphore to keep track of # requests in use. If
453 * semaphore
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-lock.c18 #include <semaphore.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsleep34xx.S63 /* Function to acquire the semaphore in scratchpad */
73 swp r2, r0, [r1] @ semaphore free so lock it and proceed
83 /* Function to release the scratchpad semaphore */

Completed in 204 milliseconds

1234567