Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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 …]
H A Dsrcutiny.h22 struct swait_queue_head srcu_wq;
H A Dcompletion.h28 struct swait_queue_head wait;
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dswait.c7 void __init_swait_queue_head(struct swait_queue_head *q, const char *name, in __init_swait_queue_head()
22 void swake_up_locked(struct swait_queue_head *q) in swake_up_locked()
42 void swake_up_all_locked(struct swait_queue_head *q) in swake_up_all_locked()
48 void swake_up_one(struct swait_queue_head *q) in swake_up_one()
62 void swake_up_all(struct swait_queue_head *q) in swake_up_all()
85 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait()
92 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive()
103 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event()
126 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait()
133 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
H A Dsched.h2730 void swake_up_all_locked(struct swait_queue_head *q);
2731 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait);
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree.h118 struct swait_queue_head nocb_gp_wq[2];
202 struct swait_queue_head nocb_cb_wq; /* For nocb kthreads to sleep on. */
225 struct swait_queue_head nocb_gp_wq; /* For nocb kthreads to sleep on. */
310 struct swait_queue_head gp_wq; /* Where GP task waits. */
329 struct swait_queue_head expedited_wq; /* Wait for check-ins. */
424 static struct swait_queue_head *rcu_nocb_gp_get(struct rcu_node *rnp);
425 static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq);
H A Dtree_plugin.h1608 static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq) in rcu_nocb_gp_cleanup()
1613 static struct swait_queue_head *rcu_nocb_gp_get(struct rcu_node *rnp) in rcu_nocb_gp_get()
2491 static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq) in rcu_nocb_gp_cleanup()
2495 static struct swait_queue_head *rcu_nocb_gp_get(struct rcu_node *rnp) in rcu_nocb_gp_get()
H A Dtree.c1990 struct swait_queue_head *sq; in rcu_gp_cleanup()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkvm.c82 struct swait_queue_head wq;