Home
last modified time | relevance | path

Searched refs:mgmt_size (Results 1 – 1 of 1) sorted by relevance

/mm/
Dslab.c516 size_t mgmt_size; in cache_estimate() local
534 mgmt_size = 0; in cache_estimate()
540 mgmt_size = calculate_freelist_size(nr_objs, align); in cache_estimate()
543 *left_over = slab_size - nr_objs*buffer_size - mgmt_size; in cache_estimate()