swake_up_one
swake_up_one(&n->wq);
extern void swake_up_one(struct swait_queue_head *q);
swake_up_one(&s2idle_wait_head);
swake_up_one(&ssp->srcu_wq);
swake_up_one(&rcu_state.gp_wq);
swake_up_one(&rcu_state.expedited_wq);
swake_up_one(&rdp_gp->nocb_gp_wq);
swake_up_one(&rdp->nocb_cb_wq);
swake_up_one(&rdp_toggling->nocb_state_wq);
EXPORT_SYMBOL(swake_up_one);