Searched defs:wq (Results 1 - 6 of 6) sorted by relevance

/external/bison/lib/glthread/
H A Dlock.c686 gl_waitqueue_init (gl_waitqueue_t *wq) argument
688 wq->array = NULL;
689 wq->count = 0;
690 wq->alloc = 0;
691 wq->offset = 0;
697 gl_waitqueue_add (gl_waitqueue_t *wq) argument
702 if (wq->count == wq->alloc)
704 unsigned int new_alloc = 2 * wq->alloc + 1;
706 (HANDLE *) realloc (wq
747 gl_waitqueue_notify_first(gl_waitqueue_t *wq) argument
758 gl_waitqueue_notify_all(gl_waitqueue_t *wq) argument
[all...]
/external/kernel-headers/original/linux/mtd/
H A Dflashchip.h72 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip member in struct:flchip
H A Dnand.h208 * @wq: wait queue to sleep on if a NAND operation is in progress
214 wait_queue_head_t wq; member in struct:nand_hw_control
312 * @wq: [INTERN] wait queue to sleep on if a NAND operation is in progress
/external/kernel-headers/original/linux/
H A Dsync.h149 * @wq: wait queue for fence signaling
164 wait_queue_head_t wq; member in struct:sync_fence
/external/kernel-headers/original/linux/mmc/
H A Dhost.h106 wait_queue_head_t wq; member in struct:mmc_host
/external/iproute2/misc/
H A Dss.c438 int rq, wq; member in struct:tcpstat
1224 &s.state, &s.wq, &s.rq,
1244 printf("%-6d %-6d ", s.rq, s.wq);
1832 &s.state, &s.wq, &s.rq,
1844 printf("%-6d %-6d ", s.rq, s.wq);
1940 int wq; member in struct:unixstat
2010 printf("%-6d %-6d ", s->rq, s->wq);
2204 &u->peer, &u->rq, &u->wq, &flags, &u->type,
2221 u->wq = 0;
2342 int rq, wq, r local
[all...]

Completed in 157 milliseconds