Home
last modified time | relevance | path

Searched refs:get_orig_size (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/scripts/gdb/linux/
Dslab.py60 def get_orig_size(cache, obj): function
175 size = get_orig_size(cache, object_pointer)
/linux-6.12.1/mm/
Dslub.c784 static inline unsigned int get_orig_size(struct kmem_cache *s, void *object) in get_orig_size() function
1165 poison_size = get_orig_size(s, object); in init_object()
1339 orig_size = get_orig_size(s, object); in check_object()
2328 orig_size = get_orig_size(s, x); in slab_free_hook()
6316 is_alloc ? get_orig_size(s, p) : in process_slab()