Searched refs:jiffies_till_next_fqs (Results 1 – 2 of 2) sorted by relevance
396 static ulong jiffies_till_next_fqs = ULONG_MAX; variable399 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()
3135 rcutree.jiffies_till_next_fqs= [KNL]