Searched refs:rs_array (Results 1 – 2 of 2) sorted by relevance
411 struct rcu_synchronize *rs_array) in __wait_rcu_gp() argument427 init_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()428 init_completion(&rs_array[i].completion); in __wait_rcu_gp()429 (crcu_array[i])(&rs_array[i].head, wakeme_after_rcu); in __wait_rcu_gp()442 wait_for_completion(&rs_array[i].completion); in __wait_rcu_gp()443 destroy_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()
22 struct rcu_synchronize *rs_array);