Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/sched/
Dwait.c40 void add_wait_queue_priority(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_priority() function
49 EXPORT_SYMBOL_GPL(add_wait_queue_priority);
/Linux-v5.15/include/linux/
Dwait.h168 extern void add_wait_queue_priority(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_en…
/Linux-v5.15/virt/kvm/
Deventfd.c244 add_wait_queue_priority(wqh, &irqfd->wait); in irqfd_ptable_queue_proc()