Searched refs:wait_head (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/md/dm-vdo/indexer/ |
| A D | funnel-requestqueue.c | 51 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()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| A D | iowait.h | 365 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()
|
| /linux/drivers/comedi/ |
| A D | comedi_fops.c | 748 wake_up_interruptible_all(&async->wait_head); in do_become_nonbusy() 2442 poll_wait(file, &s->async->wait_head, wait); in comedi_poll() 2454 poll_wait(file, &s->async->wait_head, wait); in comedi_poll() 2504 add_wait_queue(&async->wait_head, &wait); in comedi_write() 2565 remove_wait_queue(&async->wait_head, &wait); in comedi_write() 2640 add_wait_queue(&async->wait_head, &wait); in comedi_read() 2701 remove_wait_queue(&async->wait_head, &wait); in comedi_read() 3228 wake_up_interruptible(&async->wait_head); in comedi_event()
|
| A D | drivers.c | 668 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()
|
| /linux/include/linux/comedi/ |
| A D | comedidev.h | 365 wait_queue_head_t wait_head; member
|
| /linux/kernel/rcu/ |
| A D | tree.c | 1759 struct llist_node *wait_head; in rcu_sr_normal_gp_init() local 1766 wait_head = rcu_sr_get_wait_head(); in rcu_sr_normal_gp_init() 1767 if (!wait_head) { in rcu_sr_normal_gp_init() 1774 llist_add(wait_head, &rcu_state.srs_next); in rcu_sr_normal_gp_init() 1782 rcu_state.srs_wait_tail = wait_head; in rcu_sr_normal_gp_init()
|
Completed in 26 milliseconds