Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dupdate.c323 void __wait_rcu_gp(bool checktiny, int n, call_rcu_func_t *crcu_array, in __wait_rcu_gp() argument
331 (crcu_array[i] == call_rcu || in __wait_rcu_gp()
332 crcu_array[i] == call_rcu_bh)) { in __wait_rcu_gp()
338 (crcu_array[i])(&rs_array[i].head, wakeme_after_rcu); in __wait_rcu_gp()
344 (crcu_array[i] == call_rcu || in __wait_rcu_gp()
345 crcu_array[i] == call_rcu_bh)) in __wait_rcu_gp()
/linux-4.4.14/include/linux/
Drcupdate.h229 void __wait_rcu_gp(bool checktiny, int n, call_rcu_func_t *crcu_array,