Home
last modified time | relevance | path

Searched refs:wait_head (Results 1 – 4 of 4) sorted by relevance

/drivers/md/dm-vdo/indexer/
A Dfunnel-requestqueue.c51 struct wait_queue_head wait_head; member
120 wait_event_interruptible(queue->wait_head, in wait_for_request()
126 wait_event_interruptible_hrtimeout(queue->wait_head, in wait_for_request()
208 init_waitqueue_head(&queue->wait_head); in uds_make_request_queue()
236 if (wq_has_sleeper(&queue->wait_head)) in wake_up_worker()
237 wake_up(&queue->wait_head); in wake_up_worker()
/drivers/infiniband/hw/hfi1/
A Diowait.h365 struct list_head *wait_head) in iowait_queue() argument
379 list_add(&w->list, wait_head); in iowait_queue()
381 list_add_tail(&w->list, wait_head); in iowait_queue()
/drivers/comedi/
A Dcomedi_fops.c748 wake_up_interruptible_all(&async->wait_head); in do_become_nonbusy()
808 if (wq_has_sleeper(&s->async->wait_head)) in is_device_busy()
2507 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
2519 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
2625 add_wait_queue(&async->wait_head, &wait); in comedi_write()
2678 remove_wait_queue(&async->wait_head, &wait); in comedi_write()
2753 add_wait_queue(&async->wait_head, &wait); in comedi_read()
2805 remove_wait_queue(&async->wait_head, &wait); in comedi_read()
3335 wake_up_interruptible(&async->wait_head); in comedi_event()
A Ddrivers.c678 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()

Completed in 14 milliseconds