Searched refs:wait_head (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/gpu/host1x/ |
D | intr.c | 176 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()
|
D | intr.h | 43 struct list_head wait_head; member
|
D | debug.c | 96 list_for_each(pos, &m->syncpt[i].intr.wait_head) in show_syncpts()
|
/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | iowait.h | 365 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-v6.1/drivers/comedi/ |
D | comedi_fops.c | 744 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()
|
D | drivers.c | 667 init_waitqueue_head(&async->wait_head); in __comedi_device_postconfig_async()
|
/Linux-v6.1/include/linux/comedi/ |
D | comedidev.h | 365 wait_queue_head_t wait_head; member
|