diff options
author | Jiang Biao | 2021-02-25 17:16:54 -0800 |
---|---|---|
committer | Linus Torvalds | 2021-02-26 09:41:00 -0800 |
commit | fbcc8183a4f815910697237386681153a05d9573 (patch) | |
tree | 0608fed68d21c0f2206424db1fada188fd4a23f1 /Makefile | |
parent | 629484ae73754243917e06d8d5e5f37c26e99399 (diff) |
mm/vmstat.c: erase latency in vmstat_shepherd
Many 100us+ latencies have been deteceted in vmstat_shepherd() on CPX
platform which has 208 logic cpus. And vmstat_shepherd is queued every
second, which could make the case worse.
Add schedule point in vmstat_shepherd() to erase the latency.
Link: https://lkml.kernel.org/r/20210111035526.1511-1-benbjiang@tencent.com
Signed-off-by: Jiang Biao <benbjiang@tencent.com>
Reported-by: Bin Lai <robinlai@tencent.com>
Cc: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions