Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H 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()
/linux/drivers/comedi/
H A Dcomedi_fops.c808 wake_up_interruptible_all(&async->wait_head); in do_become_nonbusy()
864 if (wq_has_sleeper(&s->async->wait_head)) in is_device_busy()
2624 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
2636 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
2742 add_wait_queue(&async->wait_head, &wait); in comedi_write()
2795 remove_wait_queue(&async->wait_head, &wait); in comedi_write()
2870 add_wait_queue(&async->wait_head, &wait); in comedi_read()
2922 remove_wait_queue(&async->wait_head, &wait); in comedi_read()
3471 wake_up_interruptible(&async->wait_head); in _comedi_event()
H A Ddrivers.c740 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()
/linux/include/linux/comedi/
H A Dcomedidev.h362 wait_queue_head_t wait_head; member
/linux/kernel/rcu/
H A Dtree.c1767 struct llist_node *wait_head; in rcu_sr_normal_gp_init()
1774 wait_head = rcu_sr_get_wait_head(); in rcu_sr_normal_gp_init()
1775 if (!wait_head) { in rcu_sr_normal_gp_init()
1782 llist_add(wait_head, &rcu_state.srs_next); in rcu_sr_normal_gp_init()
1790 rcu_state.srs_wait_tail = wait_head; in rcu_sr_normal_gp_init()
1766 struct llist_node *wait_head; rcu_sr_normal_gp_init() local