Searched refs:RCU_JIFFIES_FQS_DIV (Results 1 – 2 of 2) sorted by relevance
300 #define RCU_JIFFIES_FQS_DIV 256 /* Very large systems need more */ macro
431 if (j < HZ / 10 + nr_cpu_ids / RCU_JIFFIES_FQS_DIV) in adjust_jiffies_till_sched_qs()432 j = HZ / 10 + nr_cpu_ids / RCU_JIFFIES_FQS_DIV; in adjust_jiffies_till_sched_qs()4779 d = RCU_JIFFIES_TILL_FORCE_QS + nr_cpu_ids / RCU_JIFFIES_FQS_DIV; in rcu_init_geometry()
Completed in 12 milliseconds