Searched refs:wait_head (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/host1x/ |
D | intr.c | 179 remove_completed_waiters(&syncpt->intr.wait_head, threshold, in process_wait_list() 182 empty = list_empty(&syncpt->intr.wait_head); in process_wait_list() 186 reset_threshold_interrupt(host, &syncpt->intr.wait_head, in process_wait_list() 239 queue_was_empty = list_empty(&syncpt->intr.wait_head); in host1x_intr_add_action() 241 if (add_waiter_to_queue(waiter, &syncpt->intr.wait_head)) { in host1x_intr_add_action() 285 INIT_LIST_HEAD(&syncpt->intr.wait_head); in host1x_intr_init() 330 &syncpt[id].intr.wait_head, list) { in host1x_intr_stop() 338 if (!list_empty(&syncpt[id].intr.wait_head)) { in host1x_intr_stop()
|
D | intr.h | 52 struct list_head wait_head; member
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | iowait.h | 323 struct list_head *wait_head) in iowait_queue() argument 330 list_add_tail(&w->list, wait_head); in iowait_queue() 333 list_add(&w->list, wait_head); in iowait_queue()
|
/Linux-v4.19/drivers/staging/comedi/ |
D | comedi_fops.c | 736 wake_up_interruptible_all(&async->wait_head); in do_become_nonbusy() 2287 poll_wait(file, &s->async->wait_head, wait); in comedi_poll() 2299 poll_wait(file, &s->async->wait_head, wait); in comedi_poll() 2349 add_wait_queue(&async->wait_head, &wait); in comedi_write() 2410 remove_wait_queue(&async->wait_head, &wait); in comedi_write() 2485 add_wait_queue(&async->wait_head, &wait); in comedi_read() 2546 remove_wait_queue(&async->wait_head, &wait); in comedi_read() 2730 wake_up_interruptible(&async->wait_head); in comedi_event()
|
D | comedidev.h | 366 wait_queue_head_t wait_head; member
|
D | drivers.c | 626 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()
|