Searched refs:wait_head (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/md/dm-vdo/indexer/ |
| H 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/comedi/ |
| H A D | comedi_fops.c | 808 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 D | drivers.c | 740 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()
|
| /linux/include/linux/comedi/ |
| H A D | comedidev.h | 362 wait_queue_head_t wait_head; member
|
| /linux/kernel/rcu/ |
| H A D | tree.c | 1767 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
|