Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dswait.c91 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive() function
100 EXPORT_SYMBOL(prepare_to_swait_exclusive);
/openbmc/linux/include/linux/
H A Dswait.h151 extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int st…
/openbmc/linux/arch/x86/kernel/
H A Dkvm.c152 prepare_to_swait_exclusive(&n.wq, &wait, TASK_UNINTERRUPTIBLE); in kvm_async_pf_task_wait_schedule()