Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A 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);
/OK3568_Linux_fs/kernel/include/linux/
H A Dswait.h151 extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int st…
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkvm.c149 prepare_to_swait_exclusive(&n.wq, &wait, TASK_UNINTERRUPTIBLE); in kvm_async_pf_task_wait_schedule()