Searched refs:rs_array (Results 1 – 2 of 2) sorted by relevance
372 struct rcu_synchronize *rs_array) in __wait_rcu_gp() argument388 init_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()389 init_completion(&rs_array[i].completion); in __wait_rcu_gp()390 (crcu_array[i])(&rs_array[i].head, wakeme_after_rcu); in __wait_rcu_gp()403 wait_for_completion(&rs_array[i].completion); in __wait_rcu_gp()404 destroy_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()
22 struct rcu_synchronize *rs_array);