Searched defs:show (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dslub.c86 * freed then the slab will show up again on the partial lists.
4282 ssize_t (*show)(struct kmem_cache *s, char *buf); member in struct:slab_attribute
4880 if (!attribute->show)
4883 err = attribute->show(s, buf);
4963 if (!attr || !attr->store || !attr->show)
4986 attr->show(root_cache, buf);
5001 .show = slab_attr_show,

Completed in 59 milliseconds