Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dupdate.c612 static int rcu_self_test_counter; in early_boot_test_call_rcu()
616 rcu_self_test_counter++; in early_boot_test_call_rcu()
617 pr_info("RCU test callback executed %d\n", rcu_self_test_counter); in early_boot_test_call_rcu()
666 if (rcu_self_test_counter != early_boot_test_counter) { in rcupdate_announce_bootup_oddness()
590 static int rcu_self_test_counter; global() variable