Lines Matching refs:times
38 1) # of times sched_yield() was called
43 3) # of times schedule() was called
44 4) # of times schedule() left the processor idle
47 5) # of times try_to_wake_up() was called
48 6) # of times try_to_wake_up() was called to wake up the local cpu
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
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
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
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
120 25) # of times active_load_balance() was called
121 26) # of times active_load_balance() tried to move a task and failed
122 27) # of times active_load_balance() successfully moved a task
135 34) # of times in this domain try_to_wake_up() awoke a task that
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