Searched refs:slab_obj_ext (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | slab.h | 591 static inline struct slabobj_ext *slab_obj_ext(struct slab *slab, in slab_obj_ext() function 614 static inline struct slabobj_ext *slab_obj_ext(struct slab *slab, in slab_obj_ext() function
|
| H A D | memcontrol.c | 2635 obj_ext = slab_obj_ext(slab, obj_exts, off); in mem_cgroup_from_obj_slab() 3256 obj_ext = slab_obj_ext(slab, obj_exts, off); in __memcg_slab_post_alloc_hook() 3276 obj_ext = slab_obj_ext(slab, obj_exts, off); in __memcg_slab_free_hook()
|
| H A D | slub.c | 2055 struct slabobj_ext *ext = slab_obj_ext(obj_slab, in mark_obj_codetag_empty() 2386 obj_ext = slab_obj_ext(slab, obj_exts, obj_idx); in __alloc_tagging_slab_alloc_hook() 2421 alloc_tag_sub(&slab_obj_ext(slab, obj_exts, off)->ref, s->size); in __alloc_tagging_slab_free_hook() 2544 obj_ext = slab_obj_ext(slab, obj_exts, off); in memcg_slab_post_charge()
|