Searched refs:queue_wait (Results 1 – 2 of 2) sorted by relevance
961 static DECLARE_WAIT_QUEUE_HEAD(queue_wait);970 poll_wait(filp, &queue_wait, wait); in cache_poll()1234 wake_up(&queue_wait); in cache_pipe_upcall()
1162 wait_queue_head_t queue_wait; member