Searched refs:load_balance (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/Documentation/scheduler/ |
D | sched-stats.txt | 67 The next 24 are a variety of load_balance() statistics in grouped into types 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 82 7) # of times in this domain load_balance() was called but did 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 [all …]
|
D | sched-domains.txt | 38 rebalance interval. If so, it runs load_balance() on that domain. It then checks 42 Initially, load_balance() finds the busiest group in the current sched domain.
|
/linux-4.4.14/kernel/sched/ |
D | fair.c | 6949 static int load_balance(int this_cpu, struct rq *this_rq, in load_balance() function 7289 pulled_task = load_balance(this_cpu, this_rq, in idle_balance() 7624 if (load_balance(cpu, rq, sd, idle, &continue_balancing)) { in rebalance_domains()
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2873 2) 2544 256 load_balance+0xd9/0x662
|