Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/rcu/
A Dtree.h300 #define RCU_JIFFIES_FQS_DIV 256 /* Very large systems need more */ macro
A Dtree.c431 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