Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dslab.py60 def get_orig_size(cache, obj): function
175 size = get_orig_size(cache, object_pointer)
/linux/mm/
H A Dslub.c748 static inline unsigned long get_orig_size(struct kmem_cache *s, void *object) in get_orig_size() function
1269 poison_size = get_orig_size(s, object); in init_object()
1475 orig_size = get_orig_size(s, object); in check_object()
2675 orig_size = get_orig_size(s, x); in slab_free_hook()
6665 orig_size = get_orig_size(s, (void *)p); in __do_krealloc()
8890 is_alloc ? get_orig_size(s, p) : in process_slab()