Home
last modified time | relevance | path

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

/include/linux/
Dswait.h43 struct swait_queue_head { struct
67 struct swait_queue_head name = __SWAIT_QUEUE_HEAD_INITIALIZER(name) argument
69 extern void __init_swait_queue_head(struct swait_queue_head *q, const char *name,
82 struct swait_queue_head name = __SWAIT_QUEUE_HEAD_INIT_ONSTACK(name)
121 static inline int swait_active(struct swait_queue_head *wq) in swait_active()
134 static inline bool swq_has_sleeper(struct swait_queue_head *wq) in swq_has_sleeper()
147 extern void swake_up_one(struct swait_queue_head *q);
148 extern void swake_up_all(struct swait_queue_head *q);
149 extern void swake_up_locked(struct swait_queue_head *q);
151 extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int st…
[all …]
Dsrcutiny.h22 struct swait_queue_head srcu_wq;
Dcompletion.h28 struct swait_queue_head wait;