Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree.c473 static ulong jiffies_till_next_fqs = ULONG_MAX; variable
508 2 * READ_ONCE(jiffies_till_next_fqs); in adjust_jiffies_till_sched_qs()
550 module_param_cb(jiffies_till_next_fqs, &next_fqs_jiffies_ops, &jiffies_till_next_fqs, 0644);
1997 j = READ_ONCE(jiffies_till_next_fqs); in rcu_gp_fqs_loop()
4684 if (jiffies_till_next_fqs == ULONG_MAX) in rcu_init_geometry()
4685 jiffies_till_next_fqs = d; in rcu_init_geometry()
Dtree_plugin.h84 if (jiffies_till_next_fqs != ULONG_MAX) in rcu_bootup_announce_oddness()
85 …fo("\tBoot-time adjustment of subsequent FQS scan delay to %ld jiffies.\n", jiffies_till_next_fqs); in rcu_bootup_announce_oddness()
Dtree_stall.h582 data_race(READ_ONCE(jiffies_till_next_fqs)), in print_other_cpu_stall()