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.c771 static inline unsigned int get_orig_size(struct kmem_cache *s, void *object) in get_orig_size() function
1155 poison_size = get_orig_size(s, object); in init_object()
1329 orig_size = get_orig_size(s, object); in check_object()
2339 orig_size = get_orig_size(s, x); in slab_free_hook()
4789 orig_size = get_orig_size(s, (void *)p); in __do_krealloc()
6487 is_alloc ? get_orig_size(s, p) : in process_slab()