Searched defs:slab_index (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dslub.c295 static inline int slab_index(void *p, struct kmem_cache *s, void *addr) function
452 set_bit(slab_index(p, s, addr), map);
3105 if (!test_bit(slab_index(p, s, addr), map)) {
4072 if (test_bit(slab_index(p, s, addr), map))
4078 if (!test_bit(slab_index(p, s, addr), map))
4282 if (!test_bit(slab_index(p, s, addr), map))

Completed in 14 milliseconds