Home
last modified time | relevance | path

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

/drivers/gpu/host1x/
Dintr.c177 remove_completed_waiters(&syncpt->intr.wait_head, threshold, in process_wait_list()
180 empty = list_empty(&syncpt->intr.wait_head); in process_wait_list()
184 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()
288 INIT_LIST_HEAD(&syncpt->intr.wait_head); in host1x_intr_init()
334 &syncpt[id].intr.wait_head, list) { in host1x_intr_stop()
342 if (!list_empty(&syncpt[id].intr.wait_head)) { in host1x_intr_stop()
Dintr.h51 struct list_head wait_head; member
/drivers/staging/comedi/
Dcomedi_fops.c753 wake_up_interruptible_all(&async->wait_head); in do_become_nonbusy()
2277 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
2289 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
2344 add_wait_queue(&async->wait_head, &wait); in comedi_write()
2367 remove_wait_queue(&async->wait_head, &wait); in comedi_write()
2440 remove_wait_queue(&async->wait_head, &wait); in comedi_write()
2486 add_wait_queue(&async->wait_head, &wait); in comedi_read()
2544 remove_wait_queue(&async->wait_head, &wait); in comedi_read()
2730 wake_up_interruptible(&async->wait_head); in comedi_event()
Dcomedidev.h371 wait_queue_head_t wait_head; member
Ddrivers.c635 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()