swait_queue_head   81 arch/powerpc/include/asm/kvm_book3s.h 	struct swait_queue_head wq;
swait_queue_head  749 arch/powerpc/include/asm/kvm_host.h 	struct swait_queue_head *wqp;
swait_queue_head  232 arch/powerpc/kvm/book3s_hv.c 	struct swait_queue_head *wqp;
swait_queue_head   72 arch/x86/kernel/kvm.c 	struct swait_queue_head wq;
swait_queue_head  282 include/linux/kvm_host.h 	struct swait_queue_head wq;
swait_queue_head  943 include/linux/kvm_host.h static inline struct swait_queue_head *kvm_arch_vcpu_wq(struct kvm_vcpu *vcpu)
swait_queue_head   21 include/linux/srcutiny.h 	struct swait_queue_head srcu_wq;
swait_queue_head   80 include/linux/swait.h 	struct swait_queue_head name = __SWAIT_QUEUE_HEAD_INITIALIZER(name)
swait_queue_head   82 include/linux/swait.h extern void __init_swait_queue_head(struct swait_queue_head *q, const char *name,
swait_queue_head   95 include/linux/swait.h 	struct swait_queue_head name = __SWAIT_QUEUE_HEAD_INIT_ONSTACK(name)
swait_queue_head  134 include/linux/swait.h static inline int swait_active(struct swait_queue_head *wq)
swait_queue_head  147 include/linux/swait.h static inline bool swq_has_sleeper(struct swait_queue_head *wq)
swait_queue_head  160 include/linux/swait.h extern void swake_up_one(struct swait_queue_head *q);
swait_queue_head  161 include/linux/swait.h extern void swake_up_all(struct swait_queue_head *q);
swait_queue_head  162 include/linux/swait.h extern void swake_up_locked(struct swait_queue_head *q);
swait_queue_head  164 include/linux/swait.h extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state);
swait_queue_head  165 include/linux/swait.h extern long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state);
swait_queue_head  167 include/linux/swait.h extern void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait);
swait_queue_head  168 include/linux/swait.h extern void finish_swait(struct swait_queue_head *q, struct swait_queue *wait);
swait_queue_head 1692 kernel/rcu/tree.c 	struct swait_queue_head *sq;
swait_queue_head  117 kernel/rcu/tree.h 	struct swait_queue_head nocb_gp_wq[2];
swait_queue_head  197 kernel/rcu/tree.h 	struct swait_queue_head nocb_cb_wq; /* For nocb kthreads to sleep on. */
swait_queue_head  220 kernel/rcu/tree.h 	struct swait_queue_head nocb_gp_wq; /* For nocb kthreads to sleep on. */
swait_queue_head  303 kernel/rcu/tree.h 	struct swait_queue_head gp_wq;		/* Where GP task waits. */
swait_queue_head  322 kernel/rcu/tree.h 	struct swait_queue_head expedited_wq;	/* Wait for check-ins. */
swait_queue_head  431 kernel/rcu/tree.h static struct swait_queue_head *rcu_nocb_gp_get(struct rcu_node *rnp);
swait_queue_head  432 kernel/rcu/tree.h static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq);
swait_queue_head 1614 kernel/rcu/tree_plugin.h static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq)
swait_queue_head 1619 kernel/rcu/tree_plugin.h static struct swait_queue_head *rcu_nocb_gp_get(struct rcu_node *rnp)
swait_queue_head 2485 kernel/rcu/tree_plugin.h static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq)
swait_queue_head 2489 kernel/rcu/tree_plugin.h static struct swait_queue_head *rcu_nocb_gp_get(struct rcu_node *rnp)
swait_queue_head    7 kernel/sched/swait.c void __init_swait_queue_head(struct swait_queue_head *q, const char *name,
swait_queue_head   22 kernel/sched/swait.c void swake_up_locked(struct swait_queue_head *q)
swait_queue_head   35 kernel/sched/swait.c void swake_up_one(struct swait_queue_head *q)
swait_queue_head   49 kernel/sched/swait.c void swake_up_all(struct swait_queue_head *q)
swait_queue_head   72 kernel/sched/swait.c static void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait)
swait_queue_head   79 kernel/sched/swait.c void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state)
swait_queue_head   90 kernel/sched/swait.c long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state)
swait_queue_head  113 kernel/sched/swait.c void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait)
swait_queue_head  120 kernel/sched/swait.c void finish_swait(struct swait_queue_head *q, struct swait_queue *wait)
swait_queue_head  631 virt/kvm/arm/arm.c 	struct swait_queue_head *wq = kvm_arch_vcpu_wq(vcpu);
swait_queue_head 2539 virt/kvm/kvm_main.c 	struct swait_queue_head *wqp;