Home
last modified time | relevance | path

Searched refs:crcu_array (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/rcu/
H A Dupdate.c411 void __wait_rcu_gp(bool checktiny, unsigned int state, int n, call_rcu_func_t *crcu_array, in __wait_rcu_gp() argument
420 (crcu_array[i] == call_rcu)) { in __wait_rcu_gp()
425 if (crcu_array[j] == crcu_array[i]) in __wait_rcu_gp()
430 (crcu_array[i])(&rs_array[i].head, wakeme_after_rcu); in __wait_rcu_gp()
437 (crcu_array[i] == call_rcu)) in __wait_rcu_gp()
440 if (crcu_array[j] == crcu_array[i]) in __wait_rcu_gp()
/linux/include/linux/
H A Drcupdate_wait.h22 void __wait_rcu_gp(bool checktiny, unsigned int state, int n, call_rcu_func_t *crcu_array,