Searched defs:sched_domain (Results 1 – 1 of 1) sorted by relevance
22704 struct sched_domain { struct22705 struct sched_domain *parent; argument22706 struct sched_domain *child; argument22707 struct sched_group *groups;22708 long unsigned int min_interval;22709 long unsigned int max_interval;22710 unsigned int busy_factor;22711 unsigned int imbalance_pct;22712 unsigned int cache_nice_tries;22713 int nohz_idle;[all …]