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

/linux-master/kernel/sched/
H A Dswait.c91 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) function
100 EXPORT_SYMBOL(prepare_to_swait_exclusive); variable
/linux-master/include/linux/
H A Dswait.h105 * @cond = true; prepare_to_swait_exclusive(&wq_head, &wait, state);
151 extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state);
/linux-master/arch/x86/kernel/
H A Dkvm.c153 prepare_to_swait_exclusive(&n.wq, &wait, TASK_UNINTERRUPTIBLE);

Completed in 205 milliseconds