Searched refs:wait_head (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/gpu/host1x/ |
| D | intr.c | 168 remove_completed_waiters(&syncpt->intr.wait_head, threshold, in process_wait_list() 171 empty = list_empty(&syncpt->intr.wait_head); in process_wait_list() 175 reset_threshold_interrupt(host, &syncpt->intr.wait_head, in process_wait_list() 228 queue_was_empty = list_empty(&syncpt->intr.wait_head); in host1x_intr_add_action() 230 if (add_waiter_to_queue(waiter, &syncpt->intr.wait_head)) { in host1x_intr_add_action() 274 INIT_LIST_HEAD(&syncpt->intr.wait_head); in host1x_intr_init() 319 &syncpt[id].intr.wait_head, list) { in host1x_intr_stop() 327 if (!list_empty(&syncpt[id].intr.wait_head)) { in host1x_intr_stop()
|
| D | intr.h | 41 struct list_head wait_head; member
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | iowait.h | 406 struct list_head *wait_head) in iowait_queue() argument 420 list_add(&w->list, wait_head); in iowait_queue() 422 list_add_tail(&w->list, wait_head); in iowait_queue()
|
| /Linux-v5.4/drivers/staging/comedi/ |
| D | comedi_fops.c | 742 wake_up_interruptible_all(&async->wait_head); in do_become_nonbusy() 2418 poll_wait(file, &s->async->wait_head, wait); in comedi_poll() 2430 poll_wait(file, &s->async->wait_head, wait); in comedi_poll() 2480 add_wait_queue(&async->wait_head, &wait); in comedi_write() 2541 remove_wait_queue(&async->wait_head, &wait); in comedi_write() 2616 add_wait_queue(&async->wait_head, &wait); in comedi_read() 2677 remove_wait_queue(&async->wait_head, &wait); in comedi_read() 2861 wake_up_interruptible(&async->wait_head); in comedi_event()
|
| D | comedidev.h | 366 wait_queue_head_t wait_head; member
|
| D | drivers.c | 668 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()
|