Home
last modified time | relevance | path

Searched defs:sched_domain (Results 1 – 1 of 1) sorted by relevance

/include/linux/sched/
Dtopology.h88 struct sched_domain { struct
90 struct sched_domain __rcu *parent; /* top domain must be null terminated */ argument
91 struct sched_domain __rcu *child; /* bottom domain must be null terminated */ argument
92 struct sched_group *groups; /* the balancing groups of the domain */
93 unsigned long min_interval; /* Minimum balance interval ms */
94 unsigned long max_interval; /* Maximum balance interval ms */
95 unsigned int busy_factor; /* less balancing by factor if busy */
96 unsigned int imbalance_pct; /* No balance until over watermark */
97 unsigned int cache_nice_tries; /* Leave cache hot tasks for # tries */
98 unsigned int imb_numa_nr; /* Nr running tasks that allows a NUMA imbalance */
[all …]