Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dlibbpf_internal.h571 static inline bool is_pow_of_2(size_t x) in is_pow_of_2() function
Dlinker.c722 if (sec->shdr->sh_addralign && !is_pow_of_2(sec->shdr->sh_addralign)) in linker_sanity_check_elf()
Dlibbpf.c2368 if ((sz % page_sz) == 0 && is_pow_of_2(sz / page_sz)) in adjust_ringbuf_sz()