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.h341 static inline unsigned int __obj_to_index(const struct kmem_cache *cache, in __obj_to_index() function
353 return __obj_to_index(cache, slab_address(slab), obj); in obj_to_index()
H A Dslub.c800 set_bit(__obj_to_index(s, addr, p), obj_map); in __fill_map()
5591 if (!test_bit(__obj_to_index(s, addr, p), object_map)) {
6264 u8 val = test_bit(__obj_to_index(s, addr, p), obj_map) ? in validate_slab_node()
6489 if (!test_bit(__obj_to_index(s, addr, p), obj_map))