Home
last modified time | relevance | path

Searched refs:is_pow_of_2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_internal.h589 static inline bool is_pow_of_2(size_t x) in is_pow_of_2() function
H A Dlinker.c718 if (sec->shdr->sh_addralign && !is_pow_of_2(sec->shdr->sh_addralign)) in linker_sanity_check_elf()
H A Dlibbpf.c2432 if ((sz % page_sz) == 0 && is_pow_of_2(sz / page_sz)) in adjust_ringbuf_sz()