Lines Matching refs:domain

9 per-domain.  Note that domains (and their associated information) will only
12 In version 14 of schedstat, there is at least one level of domain
14 domain. Domains have no particular names in this implementation, but
16 cpus on the machine, while domain0 is the most tightly focused domain,
18 are no architectures which need more than three domain levels. The first
19 field in the domain stats is a bit map indicating which cpus are affected
20 by that domain.
59 One of these is produced per domain for each cpu described. (Note that if
63 domain<N> <cpumask> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3…
65 The first field is a bit mask indicating what cpus this domain operates over.
70 1) # of times in this domain load_balance() was called when the
72 2) # of times in this domain load_balance() checked but found
74 3) # of times in this domain load_balance() tried to move one or
77 load_balance() in this domain when the cpu was idle
78 5) # of times in this domain pull_task() was called when the cpu
80 6) # of times in this domain pull_task() was called even though
82 7) # of times in this domain load_balance() was called but did
84 8) # of times in this domain a busier queue was found while the
87 9) # of times in this domain load_balance() was called when the
89 10) # of times in this domain load_balance() checked but found the
91 11) # of times in this domain load_balance() tried to move one or
94 load_balance() in this domain when the cpu was busy
95 13) # of times in this domain pull_task() was called when busy
96 14) # of times in this domain pull_task() was called even though the
98 15) # of times in this domain load_balance() was called but did not
100 16) # of times in this domain a busier queue was found while the cpu
103 17) # of times in this domain load_balance() was called when the
105 18) # of times in this domain load_balance() checked but found the
107 19) # of times in this domain load_balance() tried to move one or more
110 load_balance() in this domain when the cpu was just becoming idle
111 21) # of times in this domain pull_task() was called when newly idle
112 22) # of times in this domain pull_task() was called even though the
114 23) # of times in this domain load_balance() was called but did not
116 24) # of times in this domain a busier queue was found while the cpu
135 34) # of times in this domain try_to_wake_up() awoke a task that
136 last ran on a different cpu in this domain
137 35) # of times in this domain try_to_wake_up() moved a task to the
139 36) # of times in this domain try_to_wake_up() started passive balancing