/linux/drivers/net/ethernet/intel/libeth/ |
H A D | rx.c | 45 truesize = clamp(roundup_pow_of_two(truesize), roundup_pow_of_two(min), in libeth_rx_hw_len_truesize() 92 fq->truesize = roundup_pow_of_two(SKB_HEAD_ALIGN(pp->offset + in libeth_rx_page_pool_params() 131 mtu = roundup_pow_of_two(mtu); in libeth_rx_page_pool_params_zc()
|
/linux/fs/bcachefs/ |
H A D | keylist.c | 15 newsize = roundup_pow_of_two(newsize); in bch2_keylist_realloc() 18 (old_buf && roundup_pow_of_two(oldsize) == newsize)) in bch2_keylist_realloc()
|
H A D | fifo.h | 17 ? roundup_pow_of_two((fifo)->size) * sizeof((fifo)->data[0]) \ 25 ? roundup_pow_of_two((fifo)->size) - 1 \
|
H A D | darray.c | 11 new_size = roundup_pow_of_two(new_size); in __bch2_darray_resize_noprof()
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_phys.c | 45 roundup_pow_of_two(obj->base.size), in i915_gem_object_get_pages_phys() 92 roundup_pow_of_two(obj->base.size), in i915_gem_object_get_pages_phys() 135 roundup_pow_of_two(obj->base.size), in i915_gem_object_put_pages_phys()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_region_lmem.c | 61 current_size = roundup_pow_of_two(pci_resource_len(pdev, GEN12_LMEM_BAR)); in i915_resize_lmem_bar() 74 rebar_size >= roundup_pow_of_two(lmem_size)) { in i915_resize_lmem_bar() 84 if (rebar_size != roundup_pow_of_two(lmem_size)) in i915_resize_lmem_bar()
|
/linux/drivers/irqchip/ |
H A D | irq-gic-v3-its-msi-parent.c | 91 nvec = max_t(int, minnvec, roundup_pow_of_two(nvec)); in its_pci_msi_prepare() 155 nvec = max_t(int, 32, roundup_pow_of_two(nvec)); in its_pmsi_prepare()
|
H A D | irq-gic-v3-its-fsl-mc-msi.c | 64 nvec = max_t(int, 32, roundup_pow_of_two(nvec)); in its_fsl_mc_msi_prepare()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | profile.c | 106 roundup_pow_of_two(max_t(unsigned, request->num_mtt, in mlx4_make_profile() 138 profile[i].num = roundup_pow_of_two(profile[i].num); in mlx4_make_profile() 220 dev->caps.num_eqs = roundup_pow_of_two( in mlx4_make_profile()
|
H A D | qp.c | 637 roundup_pow_of_two(MLX4_BF_QP_SKIP_MASK)) || in mlx4_create_zones() 694 err = mlx4_bitmap_init(*bitmap + k, roundup_pow_of_two(size), in mlx4_create_zones() 695 roundup_pow_of_two(size) - 1, 0, in mlx4_create_zones() 696 roundup_pow_of_two(size) - size); in mlx4_create_zones() 798 roundup_pow_of_two(fixed_reserved_from_bot_rv + 1); in mlx4_init_qp_table()
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_queue.c | 79 elem_size = roundup_pow_of_two(elem_size); in rxe_queue_init() 84 num_slots = roundup_pow_of_two(num_slots); in rxe_queue_init()
|
/linux/drivers/watchdog/ |
H A D | uniphier_wdt.c | 129 tmp_timeout = roundup_pow_of_two(w->timeout); in uniphier_watchdog_start() 148 tmp_timeout = roundup_pow_of_two(t); in uniphier_watchdog_set_timeout()
|
H A D | tqmx86_wdt.c | 49 t = roundup_pow_of_two(t); in tqmx86_wdt_set_timeout()
|
/linux/arch/sh/drivers/pci/ |
H A D | pcie-sh7786.c | 362 memsize = roundup_pow_of_two(memend - memstart); in pcie_init() 370 memsize = roundup_pow_of_two(memend - memstart); in pcie_init() 462 mask = (roundup_pow_of_two(size) / SZ_256K) - 1; in pcie_init()
|
H A D | pci-sh7780.c | 300 memsize = roundup_pow_of_two(memory_end - memory_start); in sh7780_pci_init() 367 __raw_writel(((roundup_pow_of_two(size) / SZ_256K) - 1) << 18, in sh7780_pci_init()
|
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_qp.c | 459 max_sge = roundup_pow_of_two(max_sge + 1); in proc_rq_sge() 491 cnt = roundup_pow_of_two(max(cap->max_recv_wr, hr_dev->caps.min_wqes)); in set_rq_size() 498 hr_qp->rq.max_gs = roundup_pow_of_two(max(1U, cap->max_recv_sge) + in set_rq_size() 516 cap->max_inline_data = roundup_pow_of_two(cap->max_inline_data); in get_max_inline_data() 566 inline_sge = roundup_pow_of_two(max_inline_data) / HNS_ROCE_SGE_SIZE; in get_sge_num_from_max_inl_data() 595 roundup_pow_of_two(inline_ext_sge) : 0; in set_ext_sge_param() 611 total_sge_cnt = roundup_pow_of_two(sq_wqe_cnt * ext_wqe_sge_cnt); in set_ext_sge_param() 623 u32 roundup_sq_stride = roundup_pow_of_two(hr_dev->caps.max_sq_desc_sz); in check_sq_size_with_integrity() 733 cnt = roundup_pow_of_two(max(cap->max_send_wr, hr_dev->caps.min_wqes)); in set_kernel_sq_size()
|
/linux/tools/include/linux/ |
H A D | log2.h | 151 #define roundup_pow_of_two(n) \ macro
|
/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_qp.c | 140 qp->rq.wqe_cnt = roundup_pow_of_two(max(1U, req_cap->max_recv_wr)); in pvrdma_set_rq_size() 141 qp->rq.max_sg = roundup_pow_of_two(max(1U, req_cap->max_recv_sge)); in pvrdma_set_rq_size() 147 qp->rq.wqe_size = roundup_pow_of_two(sizeof(struct pvrdma_rq_wqe_hdr) + in pvrdma_set_rq_size() 165 qp->sq.wqe_cnt = roundup_pow_of_two(max(1U, req_cap->max_send_wr)); in pvrdma_set_sq_size() 166 qp->sq.max_sg = roundup_pow_of_two(max(1U, req_cap->max_send_sge)); in pvrdma_set_sq_size() 172 qp->sq.wqe_size = roundup_pow_of_two(sizeof(struct pvrdma_sq_wqe_hdr) + in pvrdma_set_sq_size()
|
/linux/mm/ |
H A D | percpu-km.c | 118 alloc_pages = roundup_pow_of_two(nr_pages); in pcpu_verify_alloc_info()
|
/linux/tools/perf/arch/s390/util/ |
H A D | auxtrace.c | 69 opts->auxtrace_mmap_pages = roundup_pow_of_two(pages); in cpumsf_recording_options()
|
/linux/tools/perf/util/ |
H A D | print_binary.c | 16 bytes_per_line = roundup_pow_of_two(bytes_per_line); in binary__fprintf()
|
/linux/arch/mips/bcm63xx/ |
H A D | cs.c | 44 if (size != roundup_pow_of_two(size)) in bcm63xx_set_cs_base()
|
/linux/include/linux/ |
H A D | log2.h | 174 #define roundup_pow_of_two(n) \ macro
|
/linux/block/ |
H A D | blk-timeout.c | 95 blk_timeout_mask = roundup_pow_of_two(HZ) - 1; in blk_timeout_init()
|
/linux/sound/soc/tegra/ |
H A D | tegra210_ahub.h | 51 .mask = xmax ? roundup_pow_of_two(xmax) - 1 : 0 \
|