Searched refs:wait_head (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
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-6.6.21/drivers/comedi/ |
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()
|
D | drivers.c | 667 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()
|
/linux-6.6.21/include/linux/comedi/ |
D | comedidev.h | 365 wait_queue_head_t wait_head; member
|