Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dswait.c132 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait() function
144 EXPORT_SYMBOL(finish_swait);
/openbmc/linux/include/linux/
H A Dswait.h155 extern void finish_swait(struct swait_queue_head *q, struct swait_queue *wait);
178 finish_swait(&wq, &__wait); \
/openbmc/linux/arch/x86/kernel/
H A Dkvm.c160 finish_swait(&n.wq, &wait); in kvm_async_pf_task_wait_schedule()