roundup_pow_of_two  498 arch/x86/include/asm/kvm_host.h 		gfn_t gfns[roundup_pow_of_two(ASYNC_PF_PER_VCPU)];
roundup_pow_of_two  206 include/linux/log2.h #define order_base_2(n) ilog2(roundup_pow_of_two(n))
roundup_pow_of_two   75 include/net/gro_cells.h 	gcells->gro_cells_mask = roundup_pow_of_two(netif_get_num_default_rss_queues()) - 1;
roundup_pow_of_two  182 include/sound/soc.h 	.mask = xitems ? roundup_pow_of_two(xitems) - 1 : 0}