Searched defs:sched_domain (Results 1 – 2 of 2) sorted by relevance
9 struct bitmask *sched_domain; member
23787 struct sched_domain { struct23788 struct sched_domain *parent; argument23789 struct sched_domain *child; argument23790 struct sched_group *groups;23791 long unsigned int min_interval;23792 long unsigned int max_interval;23793 unsigned int busy_factor;23794 unsigned int imbalance_pct;23795 unsigned int cache_nice_tries;23796 int nohz_idle;[all …]