Searched refs:count_partial (Results 1 – 2 of 2) sorted by relevance
71 def count_partial(n, fn): function92 nr_free += count_partial(n, count_free)
2752 static unsigned long count_partial(struct kmem_cache_node *n, in count_partial() function2794 nr_free = count_partial(n, count_free); in slab_out_of_memory()5286 count_partial(n, count_free); in show_slab_objects()5300 x = count_partial(n, count_total); in show_slab_objects()5302 x = count_partial(n, count_inuse); in show_slab_objects()6228 nr_free += count_partial(n, count_free); in get_slabinfo()