diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-03-08 06:32:06 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-03-14 04:22:26 +0300 |
commit | 3a319a2476d27e0b6c3cac3ebf6e3d0b665a06e5 (patch) | |
tree | 44a450ffc269006ae92a99c464bcbc3adf4add6c /tools/perf/scripts/python/task-analyzer.py | |
parent | d64547999c591c47bfac279fa4027bdbd29c7ea0 (diff) | |
download | linux-3a319a2476d27e0b6c3cac3ebf6e3d0b665a06e5.tar.xz |
lib/generic-radix-tree.c: Make nodes more reasonably sized
this code originally used the page allocator directly, but most code
shouldn't do that - PAGE_SIZE varies with architecture, and slab is
faster.
4k is also on the large side for typical usage, 512 bytes is a better
choice for typical usage that might be somewhat sparse.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions