diff options
author | Dennis Zhou <dennis@kernel.org> | 2019-02-25 22:43:38 +0100 |
---|---|---|
committer | Dennis Zhou <dennis@kernel.org> | 2019-03-13 20:25:31 +0100 |
commit | 3e54097beb228ddcd73bb2fd18bafaa1062e9fe4 (patch) | |
tree | c590379baa9cf76ece70f004f598f3ef2827bde5 /ipc | |
parent | percpu: introduce helper to determine if two regions overlap (diff) | |
download | linux-3e54097beb228ddcd73bb2fd18bafaa1062e9fe4.tar.xz linux-3e54097beb228ddcd73bb2fd18bafaa1062e9fe4.zip |
percpu: manage chunks based on contig_bits instead of free_bytes
When a chunk becomes fragmented, it can end up having a large number of
small allocation areas free. The free_bytes sorting of chunks leads to
unnecessary checking of chunks that cannot satisfy the allocation.
Switch to contig_bits sorting to prevent scanning chunks that may not be
able to service the allocation request.
Signed-off-by: Dennis Zhou <dennis@kernel.org>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions