Searched defs:sched_domain (Results 1 – 1 of 1) sorted by relevance
1028 struct sched_domain { struct1030 struct sched_domain *parent; /* top domain must be null terminated */ argument1031 struct sched_domain *child; /* bottom domain must be null terminated */ argument1032 struct sched_group *groups; /* the balancing groups of the domain */1033 unsigned long min_interval; /* Minimum balance interval ms */1034 unsigned long max_interval; /* Maximum balance interval ms */1035 unsigned int busy_factor; /* less balancing by factor if busy */1036 unsigned int imbalance_pct; /* No balance until over watermark */1037 unsigned int cache_nice_tries; /* Leave cache hot tasks for # tries */1038 unsigned int busy_idx;[all …]