Home
last modified time | relevance | path

Searched refs:prepare_to_swait_event (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dswait.c102 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event() function
123 EXPORT_SYMBOL(prepare_to_swait_event);
/openbmc/linux/include/linux/
H A Dswait.h152 extern long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state);
166 long __int = prepare_to_swait_event(&wq, &__wait, state);\