Home
last modified time | relevance | path

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

/include/linux/sched/
Dtopology.h71 struct sched_domain { struct
73 struct sched_domain __rcu *parent; /* top domain must be null terminated */ argument
74 struct sched_domain __rcu *child; /* bottom domain must be null terminated */ argument
75 struct sched_group *groups; /* the balancing groups of the domain */
76 unsigned long min_interval; /* Minimum balance interval ms */
77 unsigned long max_interval; /* Maximum balance interval ms */
78 unsigned int busy_factor; /* less balancing by factor if busy */
79 unsigned int imbalance_pct; /* No balance until over watermark */
80 unsigned int cache_nice_tries; /* Leave cache hot tasks for # tries */
82 int nohz_idle; /* NOHZ IDLE status */
[all …]