Home
last modified time | relevance | path

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

12345678910>>...13

/linux-6.15/drivers/net/ethernet/intel/libeth/
H A Drx.c45 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-6.15/fs/bcachefs/
H A Dkeylist.c15 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 Dfifo.h17 ? roundup_pow_of_two((fifo)->size) * sizeof((fifo)->data[0]) \
25 ? roundup_pow_of_two((fifo)->size) - 1 \
H A Ddarray.c11 new_size = roundup_pow_of_two(new_size); in __bch2_darray_resize_noprof()
/linux-6.15/drivers/gpu/drm/i915/gem/
H A Di915_gem_phys.c45 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-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_region_lmem.c61 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-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.h25 #define FBNIC_TX_DESC_MIN roundup_pow_of_two(FBNIC_TX_DESC_WAKEUP)
34 #define FBNIC_RX_DESC_MIN roundup_pow_of_two(FBNIC_MAX_RX_PKT_DESC * 2)
/linux-6.15/drivers/irqchip/
H A Dirq-gic-v3-its-msi-parent.c91 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()
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Dprofile.c106 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 Dqp.c637 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-6.15/drivers/watchdog/
H A Duniphier_wdt.c129 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 Dtqmx86_wdt.c49 t = roundup_pow_of_two(t); in tqmx86_wdt_set_timeout()
/linux-6.15/drivers/infiniband/sw/rxe/
H A Drxe_queue.c79 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-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_srq.c227 srq->wqe_shift = ilog2(roundup_pow_of_two(max(HNS_ROCE_SGE_SIZE, in alloc_srq_wqe_buf()
283 max_sge = roundup_pow_of_two(max_sge + 1); in proc_srq_sge()
308 srq->wqe_cnt = roundup_pow_of_two(attr->max_wr); in set_srq_basic_param()
309 srq->max_gs = roundup_pow_of_two(attr->max_sge + srq->rsv_sge); in set_srq_basic_param()
H A Dhns_roce_qp.c459 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-6.15/arch/arm/include/asm/
H A Defi.h74 #define EFI_PHYS_ALIGN max(UL(SZ_2M), roundup_pow_of_two(TEXT_OFFSET))
/linux-6.15/arch/sh/drivers/pci/
H A Dpcie-sh7786.c362 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()
/linux-6.15/drivers/hwtracing/stm/
H A Dftrace.c69 stm_ftrace.data.nr_chans = roundup_pow_of_two(num_possible_cpus()); in stm_ftrace_init()
/linux-6.15/tools/include/linux/
H A Dlog2.h151 #define roundup_pow_of_two(n) \ macro
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dagg.h36 __aligned(roundup_pow_of_two(sizeof(struct sk_buff_head)))
/linux-6.15/tools/perf/arch/s390/util/
H A Dauxtrace.c69 opts->auxtrace_mmap_pages = roundup_pow_of_two(pages); in cpumsf_recording_options()
/linux-6.15/tools/perf/util/
H A Dprint_binary.c16 bytes_per_line = roundup_pow_of_two(bytes_per_line); in binary__fprintf()
/linux-6.15/mm/
H A Dpercpu-km.c118 alloc_pages = roundup_pow_of_two(nr_pages); in pcpu_verify_alloc_info()
/linux-6.15/include/linux/
H A Dlog2.h174 #define roundup_pow_of_two(n) \ macro
/linux-6.15/arch/mips/bcm63xx/
H A Dcs.c44 if (size != roundup_pow_of_two(size)) in bcm63xx_set_cs_base()

12345678910>>...13