Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Dintr.c176 remove_completed_waiters(&syncpt->intr.wait_head, threshold, in process_wait_list()
179 empty = list_empty(&syncpt->intr.wait_head); in process_wait_list()
183 reset_threshold_interrupt(host, &syncpt->intr.wait_head, in process_wait_list()
236 queue_was_empty = list_empty(&syncpt->intr.wait_head); in host1x_intr_add_action()
238 if (add_waiter_to_queue(waiter, &syncpt->intr.wait_head)) { in host1x_intr_add_action()
294 INIT_LIST_HEAD(&syncpt->intr.wait_head); in host1x_intr_init()
336 &syncpt[id].intr.wait_head, list) { in host1x_intr_stop()
344 if (!list_empty(&syncpt[id].intr.wait_head)) { in host1x_intr_stop()
Dintr.h43 struct list_head wait_head; member
Ddebug.c96 list_for_each(pos, &m->syncpt[i].intr.wait_head) in show_syncpts()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Diowait.h365 struct list_head *wait_head) in iowait_queue() argument
379 list_add(&w->list, wait_head); in iowait_queue()
381 list_add_tail(&w->list, wait_head); in iowait_queue()
/linux-6.1.9/drivers/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()
Ddrivers.c667 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()
/linux-6.1.9/include/linux/comedi/
Dcomedidev.h365 wait_queue_head_t wait_head; member