forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commitebc0f83
Peter Zijlstra (Intel)
Ingo Molnar
timers/nohz: Update NOHZ load in remote tick
The way loadavg is tracked during nohz only pays attention to the loadupon entering nohz. This can be particularly noticeable if full nohz isentered while non-idle, and then the cpu goes idle and stays that way fora long time.Use the remote tick to ensure that full nohz cpus report their deltaswithin a reasonable time.[ swood: Added changelog and removed recheck of stopped tick. ]Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>Signed-off-by: Scott Wood <swood@redhat.com>Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>Signed-off-by: Ingo Molnar <mingo@kernel.org>Link:https://lkml.kernel.org/r/1578736419-14628-3-git-send-email-swood@redhat.com1 parent488603b commitebc0f83
3 files changed
+28
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3677 | 3677 | | |
3678 | 3678 | | |
3679 | 3679 | | |
| 3680 | + | |
3680 | 3681 | | |
3681 | 3682 | | |
3682 | 3683 | | |
| |||
3689 | 3690 | | |
3690 | 3691 | | |
3691 | 3692 | | |
| 3693 | + | |
3692 | 3694 | | |
3693 | 3695 | | |
3694 | | - | |
3695 | 3696 | | |
| 3697 | + | |
3696 | 3698 | | |
3697 | 3699 | | |
3698 | 3700 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | | - | |
237 | 236 | | |
238 | 237 | | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
| 238 | + | |
244 | 239 | | |
245 | 240 | | |
246 | 241 | | |
247 | 242 | | |
248 | 243 | | |
249 | 244 | | |
250 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
251 | 264 | | |
252 | 265 | | |
253 | 266 | | |
| |||
268 | 281 | | |
269 | 282 | | |
270 | 283 | | |
271 | | - | |
| 284 | + | |
272 | 285 | | |
273 | 286 | | |
274 | 287 | | |
| |||
323 | 336 | | |
324 | 337 | | |
325 | 338 | | |
326 | | - | |
| 339 | + | |
327 | 340 | | |
328 | 341 | | |
329 | 342 | | |
| |||
346 | 359 | | |
347 | 360 | | |
348 | 361 | | |
349 | | - | |
| 362 | + | |
350 | 363 | | |
351 | 364 | | |
352 | 365 | | |
| |||
0 commit comments
Comments
(0)