Searched refs:show_slab_objects (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | slub.c | 6771 static ssize_t show_slab_objects(struct kmem_cache *s, in show_slab_objects() function 6992 return show_slab_objects(s, buf, SO_PARTIAL); in partial_show() 6998 return show_slab_objects(s, buf, SO_CPU); in cpu_slabs_show() 7004 return show_slab_objects(s, buf, SO_PARTIAL|SO_OBJECTS); in objects_partial_show() 7086 return show_slab_objects(s, buf, SO_ALL); in slabs_show() 7092 return show_slab_objects(s, buf, SO_ALL|SO_TOTAL); in total_objects_show() 7098 return show_slab_objects(s, buf, SO_ALL|SO_OBJECTS); in objects_show()
|