OBJS_PER_BYTE
*index = div_u64_rem(objno, OBJS_PER_BYTE, &off);
*shift = (OBJS_PER_BYTE - off - 1) * BITS_PER_OBJ;