Searched refs:__roundup_pow_of_two (Results 1 – 11 of 11) sorted by relevance
54 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() function167 __roundup_pow_of_two(n) \
61 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() function174 __roundup_pow_of_two(n) \
216 div = __roundup_pow_of_two(div); in _div_round_up()234 up = __roundup_pow_of_two(up); in _div_round_closest()272 return __roundup_pow_of_two(div); in _next_div()
98 return (limit_pfn + 1 - size) & (__roundup_pow_of_two(size) - 1); in iova_get_pad_size()
166 int mask = ilog2(__roundup_pow_of_two(pages)); in intel_flush_svm_range_dev()
115 count = __roundup_pow_of_two(count); in alloc_irte()
1537 unsigned int mask = ilog2(__roundup_pow_of_two(pages)); in iommu_flush_iotlb_psi()3311 nrpages = __roundup_pow_of_two(nrpages); in intel_alloc_iova()
110 calcp = __roundup_pow_of_two(div); in sun6i_ahb1_clk_round()
566 entry->msi_attrib.multiple = ilog2(__roundup_pow_of_two(nvec)); in msi_setup_entry()
310 rcd->egrbufs.size = __roundup_pow_of_two(hfi1_max_mtu); in hfi1_create_ctxtdata()
10080 qpns_per_vl = __roundup_pow_of_two(max_by_vl); in init_qos()