Searched refs:wait_head (Results 1 – 5 of 5) sorted by relevance
/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() 241 queue_was_empty = list_empty(&syncpt->intr.wait_head); in host1x_intr_add_action() 243 if (add_waiter_to_queue(waiter, &syncpt->intr.wait_head)) { in host1x_intr_add_action() 287 INIT_LIST_HEAD(&syncpt->intr.wait_head); in host1x_intr_init() 332 &syncpt[id].intr.wait_head, list) { in host1x_intr_stop() 340 if (!list_empty(&syncpt[id].intr.wait_head)) { in host1x_intr_stop()
|
D | intr.h | 51 struct list_head wait_head; member
|
/drivers/staging/comedi/ |
D | comedi_fops.c | 749 wake_up_interruptible_all(&async->wait_head); in do_become_nonbusy() 2285 poll_wait(file, &s->async->wait_head, wait); in comedi_poll() 2297 poll_wait(file, &s->async->wait_head, wait); in comedi_poll() 2347 add_wait_queue(&async->wait_head, &wait); in comedi_write() 2408 remove_wait_queue(&async->wait_head, &wait); in comedi_write() 2483 add_wait_queue(&async->wait_head, &wait); in comedi_read() 2544 remove_wait_queue(&async->wait_head, &wait); in comedi_read() 2728 wake_up_interruptible(&async->wait_head); in comedi_event()
|
D | comedidev.h | 371 wait_queue_head_t wait_head; member
|
D | drivers.c | 635 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()
|