Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A 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()
/openbmc/linux/drivers/comedi/
H A Dcomedi_fops.c748 wake_up_interruptible_all(&async->wait_head); in do_become_nonbusy()
2454 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
2466 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
2516 add_wait_queue(&async->wait_head, &wait); in comedi_write()
2577 remove_wait_queue(&async->wait_head, &wait); in comedi_write()
2652 add_wait_queue(&async->wait_head, &wait); in comedi_read()
2713 remove_wait_queue(&async->wait_head, &wait); in comedi_read()
3240 wake_up_interruptible(&async->wait_head); in comedi_event()
H A Ddrivers.c667 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()
/openbmc/linux/include/linux/comedi/
H A Dcomedidev.h365 wait_queue_head_t wait_head; member