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)
2939 static unsigned long count_partial(struct kmem_cache_node *n, in count_partial() function2981 nr_free = count_partial(n, count_free); in slab_out_of_memory()5275 count_partial(n, count_free); in show_slab_objects()5289 x = count_partial(n, count_total); in show_slab_objects()5291 x = count_partial(n, count_inuse); in show_slab_objects()6290 nr_free += count_partial(n, count_free); in get_slabinfo()