Home
last modified time | relevance | path

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

/linux/kernel/rcu/
A Dtree.h269 #define RCU_JIFFIES_FQS_DIV 256 /* Very large systems need more */ macro
A Dtree.c508 if (j < HZ / 10 + nr_cpu_ids / RCU_JIFFIES_FQS_DIV) in adjust_jiffies_till_sched_qs()
509 j = HZ / 10 + nr_cpu_ids / RCU_JIFFIES_FQS_DIV; in adjust_jiffies_till_sched_qs()
4578 d = RCU_JIFFIES_TILL_FORCE_QS + nr_cpu_ids / RCU_JIFFIES_FQS_DIV; in rcu_init_geometry()

Completed in 13 milliseconds