Searched refs:load_balance (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-stats.rst | 74 接下来的24个字段是load_balance()函数的各个统计数据,按空闲类型分组(空闲, 78 1) 当CPU空闲时,load_balance()在这个调度域中被调用了#次 79 2) 当CPU空闲时,load_balance()在这个调度域中被调用,但是发现负载无需 81 3) 当CPU空闲时,load_balance()在这个调度域中被调用,试图迁移1个或更多 83 4) 当CPU空闲时,load_balance()在这个调度域中被调用,发现不均衡(如果有) 87 7) 当CPU空闲时,load_balance()在这个调度域中被调用,未能找到更繁忙的 91 9) 当CPU繁忙时,load_balance()在这个调度域中被调用了#次 92 10) 当CPU繁忙时,load_balance()在这个调度域中被调用,但是发现负载无需 94 11) 当CPU繁忙时,load_balance()在这个调度域中被调用,试图迁移1个或更多 96 12) 当CPU繁忙时,load_balance()在这个调度域中被调用,发现不均衡(如果有) [all …]
|
H A D | sched-domains.rst | 45 load_balance()。接下来它检查父调度域(如果存在),再后来父调度域的父调度域,以此类推。 47 起初,load_balance()查找当前调度域中最繁忙的调度组。如果成功,在该调度组管辖的全部CPU
|
/openbmc/linux/Documentation/scheduler/ |
H A 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 …]
|
H A D | sched-domains.rst | 44 rebalance interval. If so, it runs load_balance() on that domain. It then checks 48 Initially, load_balance() finds the busiest group in the current sched domain.
|
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 6901 /* Working cpumask for: load_balance, load_balance_newidle. */ 11282 static int load_balance(int this_cpu, struct rq *this_rq, in load_balance() 11672 * Scale the max load_balance interval with the number of CPUs in the system. 11752 if (load_balance(cpu, rq, sd, idle, &continue_balancing)) { in rebalance_domains() 12367 pulled_task = load_balance(this_cpu, this_rq, in newidle_balance() 11280 static int load_balance(int this_cpu, struct rq *this_rq, load_balance() function
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 1360 7) | load_balance() { 1368 7) | load_balance() {
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 3708 2) 2544 256 load_balance+0xd9/0x662
|