Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree.c421 static ulong jiffies_till_next_fqs = ULONG_MAX; variable
456 2 * READ_ONCE(jiffies_till_next_fqs); in adjust_jiffies_till_sched_qs()
498 module_param_cb(jiffies_till_next_fqs, &next_fqs_jiffies_ops, &jiffies_till_next_fqs, 0644);
1739 j = READ_ONCE(jiffies_till_next_fqs); in rcu_gp_fqs_loop()
4772 if (jiffies_till_next_fqs == ULONG_MAX) in rcu_init_geometry()
4773 jiffies_till_next_fqs = d; in rcu_init_geometry()
Dtree_plugin.h82 if (jiffies_till_next_fqs != ULONG_MAX) in rcu_bootup_announce_oddness()
83 …fo("\tBoot-time adjustment of subsequent FQS scan delay to %ld jiffies.\n", jiffies_till_next_fqs); in rcu_bootup_announce_oddness()
Dtree_stall.h614 data_race(READ_ONCE(jiffies_till_next_fqs)), in print_other_cpu_stall()