__obj_to_index
return __obj_to_index(cache, slab_address(slab), obj);
unsigned int idx = __obj_to_index(s, slab_addr, obj);
if (!test_bit(__obj_to_index(s, addr, p), object_map)) {
u8 val = test_bit(__obj_to_index(s, addr, p), obj_map) ?
if (!test_bit(__obj_to_index(s, addr, p), obj_map))
set_bit(__obj_to_index(s, addr, p), obj_map);