HomeSort by relevance Sort by last modified time
    Searched defs:wq (Results 1 - 6 of 6) sorted by null

  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
workqueues.h 44 struct workqueue_struct *wq; member in struct:delayed_work
61 static inline bool queue_work(struct workqueue_struct *wq,
68 static inline bool queue_delayed_work(struct workqueue_struct *wq,
  /external/u-boot/drivers/mtd/ubi/
io.c 329 wait_queue_head_t wq; local
340 init_waitqueue_head(&wq);
347 ei.priv = (unsigned long)&wq;
362 err = wait_event_interruptible(wq, ei.state == MTD_ERASE_DONE ||
    [all...]
  /external/u-boot/include/linux/mtd/
flashchip.h 80 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip member in struct:flchip
onenand.h 66 * @param wq [INTERN] wait queue to sleep on if a OneNAND operation is in progress
113 wait_queue_head_t wq; member in struct:onenand_chip
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 815 tcu::Vec4 wq = rq * (float)src.getDepth(); local
    [all...]
  /external/iproute2/misc/
ss.c 678 int rq, wq; member in struct:sockstat
841 printf("%-6d %-6d %s", s->rq, s->wq, odd_width_pad);
3614 int rq = 0, wq = 0; local
3664 int rq, wq, rc; local
    [all...]

Completed in 414 milliseconds