swait_queue        72 include/linux/swait.h 	struct swait_queue name = __SWAITQUEUE_INITIALIZER(name)
swait_queue       164 include/linux/swait.h extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state);
swait_queue       165 include/linux/swait.h extern long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state);
swait_queue       167 include/linux/swait.h extern void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait);
swait_queue       168 include/linux/swait.h extern void finish_swait(struct swait_queue_head *q, struct swait_queue *wait);
swait_queue       174 include/linux/swait.h 	struct swait_queue __wait;					\
swait_queue        24 kernel/sched/swait.c 	struct swait_queue *curr;
swait_queue        51 kernel/sched/swait.c 	struct swait_queue *curr;
swait_queue        72 kernel/sched/swait.c static void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait)
swait_queue        79 kernel/sched/swait.c void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state)
swait_queue        90 kernel/sched/swait.c long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state)
swait_queue       113 kernel/sched/swait.c void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait)
swait_queue       120 kernel/sched/swait.c void finish_swait(struct swait_queue_head *q, struct swait_queue *wait)