Home
last modified time | relevance | path

Searched refs:kp_slab_cache (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/mm/
H A Dslab_common.c569 if (kp.kp_slab_cache) in kmem_dump_obj()
570 pr_cont(" slab%s %s", cp, kp.kp_slab_cache->name); in kmem_dump_obj()
583 if (kp.kp_slab_cache && kp.kp_slab_cache->object_size) in kmem_dump_obj()
584 pr_cont(" size %u", kp.kp_slab_cache->object_size); in kmem_dump_obj()
H A Dslab.h883 struct kmem_cache *kp_slab_cache; member
H A Dslab.c3535 kpp->kp_slab_cache = cachep; in __kmem_obj_info()
H A Dslub.c4667 kpp->kp_slab_cache = s; in __kmem_obj_info()
/openbmc/linux/mm/kfence/
H A Dreport.c314 kpp->kp_slab_cache = meta->cache; in __kfence_obj_info()