Searched refs:show_slab_objects (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | slub.c | 6337 static ssize_t show_slab_objects(struct kmem_cache *s, in show_slab_objects() function 6558 return show_slab_objects(s, buf, SO_PARTIAL); in partial_show() 6564 return show_slab_objects(s, buf, SO_CPU); in cpu_slabs_show() 6570 return show_slab_objects(s, buf, SO_PARTIAL|SO_OBJECTS); in objects_partial_show() 6652 return show_slab_objects(s, buf, SO_ALL); in slabs_show() 6658 return show_slab_objects(s, buf, SO_ALL|SO_TOTAL); in total_objects_show() 6664 return show_slab_objects(s, buf, SO_ALL|SO_OBJECTS); in objects_show()
|