Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslub.c282 static inline int slab_index(void *p, struct kmem_cache *s, void *addr) in slab_index() function
456 set_bit(slab_index(p, s, addr), map); in get_map()
3432 if (!test_bit(slab_index(p, s, addr), map)) { in list_slab_objects()
4103 if (test_bit(slab_index(p, s, addr), map)) in validate_slab()
4109 if (!test_bit(slab_index(p, s, addr), map)) in validate_slab()
4310 if (!test_bit(slab_index(p, s, addr), map)) in process_slab()