Searched refs:ioq (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dcm4000_cs.c120 wait_queue_head_t ioq; /* if IO is locked, wait on this Q */ member in struct:cm4000_dev
922 wake_up_interruptible(&dev->ioq); /* whoever needs IO */
976 (dev->ioq,
1046 wake_up_interruptible(&dev->ioq);
1118 (dev->ioq,
1369 wake_up_interruptible(&dev->ioq);
1535 (dev->ioq,
1562 wake_up_interruptible(&dev->ioq);
1587 (dev->ioq,
1603 wake_up_interruptible(&dev->ioq);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c152 static char *ioq, *ioq_start; // pointer to string for get_one_char to "read" variable
490 ioq = ioq_start = last_modifying_cmd = NULL;
2281 // ! adding2q && ioq == 0 read()
2282 // ! adding2q && ioq != 0 *ioq
2287 if (ioq == 0) {
2292 c = *ioq++;
2296 ioq_start = ioq = 0;
3243 ioq = ioq_start = xstrdup(last_modifying_cmd);

Completed in 131 milliseconds