Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Dswait.c23 struct swait_queue *curr; in swake_up_locked()
63 struct swait_queue *curr; in swake_up_all()
84 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait()
91 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive()
102 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event()
125 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait()
132 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
A Dsched.h3233 extern void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait);
/linux-6.3-rc2/include/linux/
A Dswait.h48 struct swait_queue { struct
59 struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) argument
151 extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int st…
152 extern long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state);
154 extern void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait);
155 extern void finish_swait(struct swait_queue_head *q, struct swait_queue *wait);
161 struct swait_queue __wait; \

Completed in 13 milliseconds