Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Dswait.c92 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive() function
101 EXPORT_SYMBOL(prepare_to_swait_exclusive);
/Linux-v5.10/include/linux/
Dswait.h151 extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int st…
/Linux-v5.10/arch/x86/kernel/
Dkvm.c146 prepare_to_swait_exclusive(&n.wq, &wait, TASK_UNINTERRUPTIBLE); in kvm_async_pf_task_wait_schedule()