Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dsched.h916 struct sched_domain { struct
918 struct sched_domain *parent; /* top domain must be null terminated */ argument
919 struct sched_domain *child; /* bottom domain must be null terminated */ argument
933 enum sched_domain_level level; argument
936 unsigned long last_balance; /* init to jiffies. units in jiffies */
937 unsigned int balance_interval; /* initialise to 1. units in ms. */
938 unsigned int nr_balance_failed; /* initialise to 0 */
940 u64 last_update;
944 unsigned int lb_count[CPU_MAX_IDLE_TYPES];
945 unsigned int lb_failed[CPU_MAX_IDLE_TYPES];
[all …]