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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslub.c285 static inline int slab_index(void *p, struct kmem_cache *s, void *addr) function
2429 set_bit(slab_index(p, s, addr), map);
2433 if (!test_bit(slab_index(p, s, addr), map)) {
3374 set_bit(slab_index(p, s, addr), map);
3380 if (!test_bit(slab_index(p, s, addr), map))
3644 set_bit(slab_index(p, s, addr), map);
3647 if (!test_bit(slab_index(p, s, addr), map))

Completed in 160 milliseconds