Searched refs:swait_queue (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/kernel/sched/ |
D | swait.c | 24 struct swait_queue *curr; in swake_up_locked() 51 struct swait_queue *curr; in swake_up_all() 72 static void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait() 79 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive() 90 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event() 113 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait() 120 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
|
/Linux-v5.4/include/linux/ |
D | swait.h | 61 struct swait_queue { struct 72 struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) argument 164 extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int st… 165 extern long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state); 167 extern void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait); 168 extern void finish_swait(struct swait_queue_head *q, struct swait_queue *wait); 174 struct swait_queue __wait; \
|