TB_ROUTE_SHIFT
return depth ? route & ~(0xffULL << (depth - 1) * TB_ROUTE_SHIFT) : 0;
return (fls64(route) + TB_ROUTE_SHIFT - 1) / TB_ROUTE_SHIFT;