Home
last modified time | relevance | path

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

/linux-6.12.1/tools/cgroup/
Dmemcg_slabinfo.py71 def count_partial(n, fn): function
92 nr_free += count_partial(n, count_free)
/linux-6.12.1/mm/
Dslub.c3455 static unsigned long count_partial(struct kmem_cache_node *n, in count_partial() function
6411 x = node_nr_objs(n) - count_partial(n, count_free); in show_slab_objects()
6425 x = count_partial(n, count_total); in show_slab_objects()
6427 x = count_partial(n, count_inuse); in show_slab_objects()