Searched refs:load_balance (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/Documentation/translations/zh_CN/scheduler/ |
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 …]
|
D | sched-domains.rst | 45 load_balance()。接下来它检查父调度域(如果存在),再后来父调度域的父调度域,以此类推。 47 起初,load_balance()查找当前调度域中最繁忙的调度组。如果成功,在该调度组管辖的全部CPU
|
/linux-6.1.9/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 | 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.
|
/linux-6.1.9/kernel/sched/ |
D | fair.c | 10421 static int load_balance(int this_cpu, struct rq *this_rq, in load_balance() function 10891 if (load_balance(cpu, rq, sd, idle, &continue_balancing)) { in rebalance_domains() 11502 pulled_task = load_balance(this_cpu, this_rq, in newidle_balance()
|
/linux-6.1.9/Documentation/trace/ |
D | ftrace.rst | 3545 2) 2544 256 load_balance+0xd9/0x662
|