Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dslub.c3390 static inline unsigned long node_nr_objs(struct kmem_cache_node *n) in node_nr_objs() function
3502 x = min(x, node_nr_objs(n)); in count_partial_free_approx()
3537 nr_objs = node_nr_objs(n); in slab_out_of_memory()
6409 x = node_nr_objs(n); in show_slab_objects()
6411 x = node_nr_objs(n) - count_partial(n, count_free); in show_slab_objects()
7435 nr_objs += node_nr_objs(n); in get_slabinfo()