Searched refs:crcu_array (Results 1 – 2 of 2) sorted by relevance
333 void __wait_rcu_gp(bool checktiny, int n, call_rcu_func_t *crcu_array, in __wait_rcu_gp() argument342 (crcu_array[i] == call_rcu || in __wait_rcu_gp()343 crcu_array[i] == call_rcu_bh)) { in __wait_rcu_gp()350 if (crcu_array[j] == crcu_array[i]) in __wait_rcu_gp()353 (crcu_array[i])(&rs_array[i].head, wakeme_after_rcu); in __wait_rcu_gp()359 (crcu_array[i] == call_rcu || in __wait_rcu_gp()360 crcu_array[i] == call_rcu_bh)) in __wait_rcu_gp()363 if (crcu_array[j] == crcu_array[i]) in __wait_rcu_gp()
21 void __wait_rcu_gp(bool checktiny, int n, call_rcu_func_t *crcu_array,