Searched defs:sched_domain (Results 1 – 1 of 1) sorted by relevance
1158 struct sched_domain { struct1160 struct sched_domain *parent; /* top domain must be null terminated */ argument1161 struct sched_domain *child; /* bottom domain must be null terminated */ argument1162 struct sched_group *groups; /* the balancing groups of the domain */1163 unsigned long min_interval; /* Minimum balance interval ms */1164 unsigned long max_interval; /* Maximum balance interval ms */1165 unsigned int busy_factor; /* less balancing by factor if busy */1166 unsigned int imbalance_pct; /* No balance until over watermark */1167 unsigned int cache_nice_tries; /* Leave cache hot tasks for # tries */1168 unsigned int busy_idx;[all …]