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