Searched refs:show_slab_objects (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | slub.c | 6756 static ssize_t show_slab_objects(struct kmem_cache *s, in show_slab_objects() function 6977 return show_slab_objects(s, buf, SO_PARTIAL); in partial_show() 6983 return show_slab_objects(s, buf, SO_CPU); in cpu_slabs_show() 6989 return show_slab_objects(s, buf, SO_PARTIAL|SO_OBJECTS); in objects_partial_show() 7071 return show_slab_objects(s, buf, SO_ALL); in slabs_show() 7077 return show_slab_objects(s, buf, SO_ALL|SO_TOTAL); in total_objects_show() 7083 return show_slab_objects(s, buf, SO_ALL|SO_OBJECTS); in objects_show()
|