Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hfi1/
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()
/linux-6.6.21/drivers/comedi/
Dcomedi_fops.c748 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()
Ddrivers.c667 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()
/linux-6.6.21/include/linux/comedi/
Dcomedidev.h365 wait_queue_head_t wait_head; member