Searched refs:sched_balance_rq (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-stats.rst | 78 1) 当CPU空闲时,sched_balance_rq()在这个调度域中被调用了#次 79 2) 当CPU空闲时,sched_balance_rq()在这个调度域中被调用,但是发现负载无需 81 3) 当CPU空闲时,sched_balance_rq()在这个调度域中被调用,试图迁移1个或更多 83 4) 当CPU空闲时,sched_balance_rq()在这个调度域中被调用,发现不均衡(如果有) 87 7) 当CPU空闲时,sched_balance_rq()在这个调度域中被调用,未能找到更繁忙的 91 9) 当CPU繁忙时,sched_balance_rq()在这个调度域中被调用了#次 92 10) 当CPU繁忙时,sched_balance_rq()在这个调度域中被调用,但是发现负载无需 94 11) 当CPU繁忙时,sched_balance_rq()在这个调度域中被调用,试图迁移1个或更多 96 12) 当CPU繁忙时,sched_balance_rq()在这个调度域中被调用,发现不均衡(如果有) 100 15) 当CPU繁忙时,sched_balance_rq()在这个调度域中被调用,未能找到更繁忙的 [all …]
|
| H A D | sched-domains.rst | 45 sched_balance_rq()。接下来它检查父调度域(如果存在),再后来父调度域的父调度域,以此类推。 47 起初,sched_balance_rq()查找当前调度域中最繁忙的调度组。如果成功,在该调度组管辖的全部CPU
|
| /linux/Documentation/scheduler/ |
| H A D | sched-stats.rst | 100 The next 33 are a variety of sched_balance_rq() statistics in grouped into types 103 1) # of times in this domain sched_balance_rq() was called when the 105 2) # of times in this domain sched_balance_rq() checked but found the 107 3) # of times in this domain sched_balance_rq() tried to move one or 117 10) # of times in this domain sched_balance_rq() was called but did not 122 12) # of times in this domain sched_balance_rq() was called when the 124 13) # of times in this domain sched_balance_rq() checked but found 126 14) # of times in this domain sched_balance_rq() tried to move one or 137 21) # of times in this domain sched_balance_rq() was called but did 142 23) # of times in this domain sched_balance_rq() was called when the [all …]
|
| H A D | sched-domains.rst | 44 rebalance interval. If so, it runs sched_balance_rq() on that domain. It then checks 48 Initially, sched_balance_rq() finds the busiest group in the current sched domain.
|
| /linux/kernel/sched/ |
| H A D | fair.c | 11736 static int sched_balance_rq(int this_cpu, struct rq *this_rq, in sched_balance_rq() function 12234 if (sched_balance_rq(cpu, rq, sd, idle, &continue_balancing)) { in sched_balance_domains() 12855 pulled_task = sched_balance_rq(this_cpu, this_rq, in sched_balance_newidle()
|