arena_fls
int arena_fls(__u64 word);
order = arena_fls(arena_next_pow2(size)) - 1;
power2 = arena_fls(left) - 1;