void __init_swait_queue_head(struct swait_queue_head *q, const char *name,
struct lock_class_key *key)
{ … }
EXPORT_SYMBOL(…);
void swake_up_locked(struct swait_queue_head *q, int wake_flags)
{ … }
EXPORT_SYMBOL(…);
void swake_up_all_locked(struct swait_queue_head *q)
{ … }
void swake_up_one(struct swait_queue_head *q)
{ … }
EXPORT_SYMBOL(…);
void swake_up_all(struct swait_queue_head *q)
{ … }
EXPORT_SYMBOL(…);
void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait)
{ … }
void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state)
{ … }
EXPORT_SYMBOL(…);
long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state)
{ … }
EXPORT_SYMBOL(…);
void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait)
{ … }
void finish_swait(struct swait_queue_head *q, struct swait_queue *wait)
{ … }
EXPORT_SYMBOL(…);