Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree.c396 static ulong jiffies_till_next_fqs = ULONG_MAX; variable
399 module_param(jiffies_till_next_fqs, ulong, 0644);
1289 jiffies_till_next_fqs, in print_other_cpu_stall()
2139 j = jiffies_till_next_fqs; in rcu_gp_kthread()
2142 jiffies_till_next_fqs = HZ; in rcu_gp_kthread()
2145 jiffies_till_next_fqs = 1; in rcu_gp_kthread()
4491 if (jiffies_till_next_fqs == ULONG_MAX) in rcu_init_geometry()
4492 jiffies_till_next_fqs = d; in rcu_init_geometry()
/linux-4.4.14/Documentation/
Dkernel-parameters.txt3135 rcutree.jiffies_till_next_fqs= [KNL]