Searched refs:swait_queue (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/kernel/sched/ |
D | swait.c | 23 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()
|
D | sched.h | 3213 extern void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait);
|
/linux-6.1.9/include/linux/ |
D | swait.h | 48 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; \
|