Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtree.c341 static ulong jiffies_till_next_fqs = ULONG_MAX; variable
344 module_param(jiffies_till_next_fqs, ulong, 0644);
1223 jiffies_till_next_fqs, in print_other_cpu_stall()
2050 j = jiffies_till_next_fqs; in rcu_gp_kthread()
2053 jiffies_till_next_fqs = HZ; in rcu_gp_kthread()
2056 jiffies_till_next_fqs = 1; in rcu_gp_kthread()
4058 if (jiffies_till_next_fqs == ULONG_MAX) in rcu_init_geometry()
4059 jiffies_till_next_fqs = d; in rcu_init_geometry()
/linux-4.1.27/Documentation/
Dkernel-parameters.txt3032 rcutree.jiffies_till_next_fqs= [KNL]