Searched refs:roundup_pow_of_two (Results 1 – 8 of 8) sorted by relevance
38 #define NR_PAGEBLOCK_BITS (roundup_pow_of_two(__NR_PAGEBLOCK_BITS))
174 #define roundup_pow_of_two(n) \ macro
60 ((unsigned long) (roundup_pow_of_two(GENRADIX_MAX_DEPTH + 1) - 1))
1423 bytes = roundup_pow_of_two(bytes); in pci_rebar_bytes_to_size()
23 #define LIBETH_MAX_HEAD roundup_pow_of_two(max(MAX_HEADER, 256))
159 pgsz = roundup_pow_of_two((dma_addr ^ (umem->length - 1 + dma_addr)) + 1); in ib_umem_is_contiguous()
1363 return roundup_pow_of_two(BITS_TO_BYTES(bpw)); in spi_bpw_to_bytes()
213 .mask = xitems ? roundup_pow_of_two(xitems) - 1 : 0}
Completed in 28 milliseconds