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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c24 static inline size_t next_pow_2(size_t n) function
35 size_t r = next_pow_2(sz);

Completed in 84 milliseconds