Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dswait.c79 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive() function
88 EXPORT_SYMBOL(prepare_to_swait_exclusive);
/Linux-v5.4/include/linux/
Dswait.h164 extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int st…
/Linux-v5.4/arch/x86/kernel/
Dkvm.c135 prepare_to_swait_exclusive(&n.wq, &wait, TASK_UNINTERRUPTIBLE); in kvm_async_pf_task_wait()
/Linux-v5.4/virt/kvm/
Dkvm_main.c2414 prepare_to_swait_exclusive(&vcpu->wq, &wait, TASK_INTERRUPTIBLE); in kvm_vcpu_block()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv.c3815 prepare_to_swait_exclusive(&vc->wq, &wait, TASK_INTERRUPTIBLE); in kvmppc_vcore_blocked()