Home
last modified time | relevance | path

Searched hist:"98 d3b6d98f8013d4e96f40d8d4b22d4da0d3f699" (Results 1 – 1 of 1) sorted by relevance

/linux/Documentation/mm/
H A Dslub.rstdiff 98d3b6d98f8013d4e96f40d8d4b22d4da0d3f699 Fri Dec 15 04:41:50 CET 2023 Xiongwei Song <xiongwei.song@windriver.com> mm/slub: make the description of slab_min_objects helpful in doc

There is no a value assigned to slab_min_objects by default, it always
is 0 that is initialized by compiler if no assigned value by command line.
min_objects is calculated based on processor numbers in calculate_order().
For more details, see commit 9b2cd506e5f2 ("slub: Calculate min_objects
based on number of processors.")

Signed-off-by: Xiongwei Song <xiongwei.song@windriver.com>
Reviewed-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>