Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dswait.c133 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait() function
145 EXPORT_SYMBOL(finish_swait);
/linux/include/linux/
H A Dswait.h111 * finish_swait(&wq_head, &wait);
155 extern void finish_swait(struct swait_queue_head *q, struct swait_queue *wait);
178 finish_swait(&wq, &__wait); \
/linux/arch/x86/kernel/
H A Dkvm.c163 finish_swait(&n.wq, &wait); in kvm_async_pf_task_wait_schedule()