Searched refs:rs_array (Results 1 – 2 of 2) sorted by relevance
412 struct rcu_synchronize *rs_array) in __wait_rcu_gp() argument428 init_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()429 init_completion(&rs_array[i].completion); in __wait_rcu_gp()430 (crcu_array[i])(&rs_array[i].head, wakeme_after_rcu); in __wait_rcu_gp()443 wait_for_completion_state(&rs_array[i].completion, state); in __wait_rcu_gp()444 destroy_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()
23 struct rcu_synchronize *rs_array);