Searched refs:prepare_to_swait_exclusive (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/kernel/sched/ |
D | swait.c | 79 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/ |
D | swait.h | 164 extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int st…
|
/Linux-v5.4/arch/x86/kernel/ |
D | kvm.c | 135 prepare_to_swait_exclusive(&n.wq, &wait, TASK_UNINTERRUPTIBLE); in kvm_async_pf_task_wait()
|
/Linux-v5.4/virt/kvm/ |
D | kvm_main.c | 2414 prepare_to_swait_exclusive(&vcpu->wq, &wait, TASK_INTERRUPTIBLE); in kvm_vcpu_block()
|
/Linux-v5.4/arch/powerpc/kvm/ |
D | book3s_hv.c | 3815 prepare_to_swait_exclusive(&vc->wq, &wait, TASK_INTERRUPTIBLE); in kvmppc_vcore_blocked()
|