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.c432 int (*get_gpwrap_count)(int cpu); member
644 .get_gpwrap_count = rcu_get_gpwrap_count,
3006 if (cur_ops->get_gpwrap_count) in rcu_torture_stats_print()
3007 n_gpwraps += cur_ops->get_gpwrap_count(cpu); in rcu_torture_stats_print()