Lines Matching refs:sched
12 explicitly set. A sched domain's span means "balance process load among these
23 Balancing within a sched domain occurs between groups. That is, each group
28 In kernel/sched/core.c, trigger_load_balance() is run periodically on each CPU
35 at the time the scheduler_tick() happened and iterates over all sched domains
42 Initially, load_balance() finds the busiest group in the current sched domain.
47 computed while iterating over this sched domain's groups.
49 *** Implementing sched domains ***
60 The implementor should read comments in include/linux/sched.h:
65 while using the generic domain builder in kernel/sched/core.c if they wish to
74 The sched-domains debugging infrastructure can be enabled by enabling
75 CONFIG_SCHED_DEBUG. This enables an error checking parse of the sched domains