Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dtree.c505 static ulong jiffies_till_next_fqs = ULONG_MAX; variable
539 module_param_cb(jiffies_till_next_fqs, &next_fqs_jiffies_ops, &jiffies_till_next_fqs, 0644);
1427 jiffies_till_next_fqs, in print_other_cpu_stall()
2216 j = jiffies_till_next_fqs; in rcu_gp_kthread()
4052 if (jiffies_till_next_fqs == ULONG_MAX) in rcu_init_geometry()
4053 jiffies_till_next_fqs = d; in rcu_init_geometry()
Dtree_plugin.h107 if (jiffies_till_next_fqs != ULONG_MAX) in rcu_bootup_announce_oddness()
108 …fo("\tBoot-time adjustment of subsequent FQS scan delay to %ld jiffies.\n", jiffies_till_next_fqs); in rcu_bootup_announce_oddness()
/Linux-v4.19/Documentation/RCU/
Dstallwarn.txt255 … last rcu_preempt kthread activity 23807 (4297905177-4297881370), jiffies_till_next_fqs=3, root ->…
258 since the grace-period kthread ran. The "jiffies_till_next_fqs"
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt3612 rcutree.jiffies_till_next_fqs= [KNL]