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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/
H A Dos2threads.h45 int wait_count; member in struct:__anon3039
117 cond->wait_count = 0;
131 if (cond->wait_count > 0) {
134 cond->wait_count--;
142 while (cond->wait_count > 0) {
145 cond->wait_count--;
153 cond->wait_count++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dport_kern.c20 atomic_t wait_count; member in struct:port_list
110 if (atomic_read(&port->wait_count) == 0) {
195 .wait_count = ATOMIC_INIT(0),
233 atomic_inc(&port->wait_count);
270 atomic_dec(&port->wait_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_si3054.c221 unsigned wait_count; local
230 wait_count = 10;
234 } while ((val & SI3054_MEI_READY) != SI3054_MEI_READY && wait_count--);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drioboot.c213 int wait_count; local
425 for (wait_count = 0; (wait_count < p->RIOConf.StartupTime) && (readw(&HostP->__ParmMapR) == OldParmMap); wait_count++) {
426 rio_dprintk(RIO_DEBUG_BOOT, "Checkout %d, 0x%x\n", wait_count, readw(&HostP->__ParmMapR));
478 for (wait_count = 0; (wait_count < p->RIOConf.StartupTime) && !readw(&ParmMapP->init_done); wait_count++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_mbx.c32 u_long wait_count; local
59 wait_count = MBOX_TOV * 100;
61 while (wait_count--) {
69 if (!wait_count) {
165 wait_count = jiffies + MBOX_TOV * HZ;
167 if (time_after_eq(jiffies, wait_count))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_debug.c82 P(se->statistics.wait_count);
414 P(se.statistics.wait_count);
H A Dsched_fair.c573 schedstat_set(se->statistics.wait_count, se->statistics.wait_count + 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dusb_hotplug.c104 int wait_count = 0; local
122 if (++wait_count < 50) /* wait for 50 seconds at most */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h1073 u64 wait_count; member in struct:sched_statistics
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlge/
H A Dqlge_main.c141 unsigned int wait_count = 30; local
146 } while (--wait_count);

Completed in 138 milliseconds