Home
last modified time | relevance | path

Searched refs:add_wait_queue_priority (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/kernel/sched/
Dwait.c39 void add_wait_queue_priority(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_priority() function
48 EXPORT_SYMBOL_GPL(add_wait_queue_priority);
/linux-6.6.21/include/linux/
Dwait.h168 extern void add_wait_queue_priority(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_en…
/linux-6.6.21/virt/kvm/
Deventfd.c253 add_wait_queue_priority(wqh, &irqfd->wait); in irqfd_ptable_queue_proc()
/linux-6.6.21/drivers/xen/
Dprivcmd.c922 add_wait_queue_priority(wqh, &kirqfd->wait); in irqfd_poll_func()