Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c428 int (*get_gpwrap_count)(int cpu); member
637 .get_gpwrap_count = rcu_get_gpwrap_count,
2740 if (cur_ops->get_gpwrap_count) in rcu_torture_stats_print()
2741 n_gpwraps += cur_ops->get_gpwrap_count(cpu); in rcu_torture_stats_print()