Searched refs:load_balance (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/Documentation/scheduler/ |
D | sched-stats.rst | 75 The next 24 are a variety of load_balance() statistics in grouped into types 78 1) # of times in this domain load_balance() was called when the 80 2) # of times in this domain load_balance() checked but found 82 3) # of times in this domain load_balance() tried to move one or 85 load_balance() in this domain when the cpu was idle 90 7) # of times in this domain load_balance() was called but did 94 9) # of times in this domain load_balance() was called when the 96 10) # of times in this domain load_balance() checked but found the 98 11) # of times in this domain load_balance() tried to move one or 101 load_balance() in this domain when the cpu was busy [all …]
|
D | sched-domains.rst | 42 rebalance interval. If so, it runs load_balance() on that domain. It then checks 46 Initially, load_balance() finds the busiest group in the current sched domain.
|
/Linux-v5.4/kernel/sched/ |
D | fair.c | 8791 static int load_balance(int this_cpu, struct rq *this_rq, in load_balance() function 9250 if (load_balance(cpu, rq, sd, idle, &continue_balancing)) { in rebalance_domains() 9823 pulled_task = load_balance(this_cpu, this_rq, in newidle_balance()
|
/Linux-v5.4/Documentation/trace/ |
D | ftrace.rst | 3470 2) 2544 256 load_balance+0xd9/0x662
|