Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dslab.c531 size_t mgmt_size; in cache_estimate() local
549 mgmt_size = 0; in cache_estimate()
555 mgmt_size = calculate_freelist_size(nr_objs, align); in cache_estimate()
558 *left_over = slab_size - nr_objs*buffer_size - mgmt_size; in cache_estimate()