Home
last modified time | relevance | path

Searched refs:__obj_to_index (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/gdb/linux/
H A Dslab.py85 def __obj_to_index(cache, addr, obj): function
159 index = __obj_to_index(cache, addr, p)
170 if obj_map[__obj_to_index(cache, addr, object_pointer)] == True:
/linux/mm/
H A Dslab.h317 static inline unsigned int __obj_to_index(const struct kmem_cache *cache,
329 return __obj_to_index(cache, slab_address(slab), obj);
293 static inline unsigned int __obj_to_index(const struct kmem_cache *cache, __obj_to_index() function
H A Dslub.c934 set_bit(__obj_to_index(s, addr, p), obj_map); in slab_add_kunit_errors()
6684 unsigned int idx = __obj_to_index(s, slab_addr, obj); in __do_krealloc()
8013 if (!test_bit(__obj_to_index(s, addr, p), object_map)) { in __kmem_cache_shutdown()
8758 u8 val = test_bit(__obj_to_index(s, addr, p), obj_map) ?
8983 if (!test_bit(__obj_to_index(s, addr, p), obj_map)) in show_slab_objects()