Searched refs:roundup_pow_of_two (Results 151 - 175 of 297) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.c815 app_priv->stats_ring_size = roundup_pow_of_two(ctx_count);
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c633 buf_order = order_base_2(roundup_pow_of_two(max_size));
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c2147 cq_depth = roundup_pow_of_two(dq_depth + hq_depth);
2153 dq_depth = roundup_pow_of_two(dq_depth);
2159 hq_depth = roundup_pow_of_two(hq_depth);
2443 cq_depth = roundup_pow_of_two(cq_depth);
/linux-master/drivers/net/ethernet/sfc/
H A Defx_channels.c435 entries = roundup_pow_of_two(efx->rxq_entries + efx->txq_entries + 128);
/linux-master/fs/
H A Dfile.c118 nr = roundup_pow_of_two(nr + 1);
/linux-master/drivers/rapidio/devices/
H A Dtsi721_dma.c98 sts_size = roundup_pow_of_two(sts_size);
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_main.c1191 *pval = roundup_pow_of_two(old_pval);
/linux-master/drivers/media/platform/amphion/
H A Dvpu_core.c266 core->msg_buffer_size = roundup_pow_of_two(VPU_MSG_BUFFER_SIZE);
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-host.c911 mask = roundup_pow_of_two(size) - 1;
/linux-master/tools/perf/arch/arm/util/
H A Dcs-etm.c387 opts->auxtrace_mmap_pages = roundup_pow_of_two(sz);
/linux-master/kernel/trace/
H A Dtracing_map.c331 a->entry_size_shift = fls(roundup_pow_of_two(entry_size) - 1);
/linux-master/kernel/bpf/
H A Ddevmap.c133 /* hash table size must be power of 2; roundup_pow_of_two() can
139 dtab->n_buckets = roundup_pow_of_two(dtab->map.max_entries);
/linux-master/drivers/iommu/
H A Diova.c389 size = roundup_pow_of_two(size);
/linux-master/drivers/of/
H A Dfdt.c1215 roundup_pow_of_two(FDT_V17_SIZE));
/linux-master/drivers/media/i2c/
H A Dmt9p031.c253 div = roundup_pow_of_two(div) / 2;
/linux-master/drivers/usb/host/
H A Dxhci-mtk-sch.c364 sch_ep->pkts = roundup_pow_of_two(esit_pkts)
/linux-master/net/netfilter/
H A Dnft_set_hash.c467 return roundup_pow_of_two(val);
/linux-master/arch/x86/virt/vmx/tdx/
H A Dtdx.c969 array_sz = roundup_pow_of_two(array_sz);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c253 burst = roundup_pow_of_two(act->police.burst);
/linux-master/fs/erofs/
H A Dsuper.c248 sbi->device_id_mask = roundup_pow_of_two(ondisk_extradevs + 1) - 1;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h119 (ilog2(PAGE_SIZE / roundup_pow_of_two(MLX5E_MIN_SKB_FRAG_SZ)))
/linux-master/drivers/spi/
H A Dspi-dw-core.c425 dws->n_bytes = roundup_pow_of_two(BITS_TO_BYTES(transfer->bits_per_word));
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c35 ps = roundup_pow_of_two(prandom_u32_state(&prng) % bias_size);
/linux-master/arch/riscv/kernel/
H A Dmodule.c748 unsigned long hashtable_size = roundup_pow_of_two(num_relocations);
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c1002 size = roundup_pow_of_two(size);

Completed in 550 milliseconds

1234567891011>>