Home
last modified time | relevance | path

Searched refs:roundup_pow_of_two (Results 1 – 8 of 8) sorted by relevance

/include/linux/
A Dpageblock-flags.h38 #define NR_PAGEBLOCK_BITS (roundup_pow_of_two(__NR_PAGEBLOCK_BITS))
A Dlog2.h174 #define roundup_pow_of_two(n) \ macro
A Dgeneric-radix-tree.h60 ((unsigned long) (roundup_pow_of_two(GENRADIX_MAX_DEPTH + 1) - 1))
A Dpci.h1423 bytes = roundup_pow_of_two(bytes); in pci_rebar_bytes_to_size()
/include/net/libeth/
A Drx.h23 #define LIBETH_MAX_HEAD roundup_pow_of_two(max(MAX_HEADER, 256))
/include/rdma/
A Dib_umem.h159 pgsz = roundup_pow_of_two((dma_addr ^ (umem->length - 1 + dma_addr)) + 1); in ib_umem_is_contiguous()
/include/linux/spi/
A Dspi.h1363 return roundup_pow_of_two(BITS_TO_BYTES(bpw)); in spi_bpw_to_bytes()
/include/sound/
A Dsoc.h213 .mask = xitems ? roundup_pow_of_two(xitems) - 1 : 0}

Completed in 28 milliseconds