Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/host1x/
Dintr.c167 remove_completed_waiters(&syncpt->intr.wait_head, threshold, in process_wait_list()
170 empty = list_empty(&syncpt->intr.wait_head); in process_wait_list()
174 reset_threshold_interrupt(host, &syncpt->intr.wait_head, in process_wait_list()
227 queue_was_empty = list_empty(&syncpt->intr.wait_head); in host1x_intr_add_action()
229 if (add_waiter_to_queue(waiter, &syncpt->intr.wait_head)) { in host1x_intr_add_action()
273 INIT_LIST_HEAD(&syncpt->intr.wait_head); in host1x_intr_init()
318 &syncpt[id].intr.wait_head, list) { in host1x_intr_stop()
326 if (!list_empty(&syncpt[id].intr.wait_head)) { in host1x_intr_stop()
Dintr.h41 struct list_head wait_head; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Diowait.h406 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()
/kernel/linux/linux-5.10/drivers/staging/comedi/
Dcomedi_fops.c744 wake_up_interruptible_all(&async->wait_head); in do_become_nonbusy()
2437 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
2449 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
2499 add_wait_queue(&async->wait_head, &wait); in comedi_write()
2560 remove_wait_queue(&async->wait_head, &wait); in comedi_write()
2635 add_wait_queue(&async->wait_head, &wait); in comedi_read()
2696 remove_wait_queue(&async->wait_head, &wait); in comedi_read()
3223 wake_up_interruptible(&async->wait_head); in comedi_event()
Dcomedidev.h366 wait_queue_head_t wait_head; member
Ddrivers.c668 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()