Searched refs:is_power_of_2 (Results 1 – 25 of 266) sorted by relevance
1234567891011
45 bool is_power_of_2(unsigned long n) in is_power_of_2() function230 if (is_power_of_2(n)) in __bits_per()
107 if (!is_power_of_2(obj_size)) { in __idx_to_offset()189 if (!is_power_of_2(obj_size) && in __genradix_iter_advance()
23 BUG_ON(!is_power_of_2(boundary_size)); in iommu_is_span_boundary()
325 BUG_ON(!is_power_of_2(alg->digest_size)); in fsverity_check_hash_algs()326 BUG_ON(!is_power_of_2(alg->block_size)); in fsverity_check_hash_algs()
26 static int is_power_of_2(int x) in is_power_of_2() function210 if (!is_power_of_2(alignsize)) in main()
231 BUG_ON(!is_power_of_2(page_size)); in alloc_pte()467 BUG_ON(!is_power_of_2(size)); in iommu_v1_unmap_page()485 BUG_ON(unmapped && !is_power_of_2(unmapped)); in iommu_v1_unmap_page()
31 if (WARN_ON_ONCE(!is_power_of_2(blocksize))) in crypto_ctr_encrypt_walk()
38 bool is_power_of_2(unsigned long n) in is_power_of_2() function
190 if ((!is_power_of_2(sizeof(struct page)))) { in early_hugetlb_free_vmemmap_param()
348 !is_power_of_2(data->line_size)) { in __uniphier_cache_init()356 !is_power_of_2(data->nsets)) { in __uniphier_cache_init()
170 if (is_power_of_2(c->min)) { in hw_rule_period_size()174 if (is_power_of_2(c->max)) { in hw_rule_period_size()
26 if (__builtin_constant_p(__base) && is_power_of_2(__base)) { \
77 (is_power_of_2(val))) in bnx2i_set_sq_info()
748 if (pdata->record_size && !is_power_of_2(pdata->record_size)) in ramoops_probe()750 if (pdata->console_size && !is_power_of_2(pdata->console_size)) in ramoops_probe()752 if (pdata->ftrace_size && !is_power_of_2(pdata->ftrace_size)) in ramoops_probe()754 if (pdata->pmsg_size && !is_power_of_2(pdata->pmsg_size)) in ramoops_probe()
516 if (!is_power_of_2(wqebb_size)) { in hinic_wq_allocate()535 if (!is_power_of_2(num_wqebbs_per_page)) { in hinic_wq_allocate()613 if (!is_power_of_2(wqebb_size)) { in hinic_wqs_cmdq_alloc()632 if (!is_power_of_2(num_wqebbs_per_page)) { in hinic_wqs_cmdq_alloc()
113 BUG_ON(!is_power_of_2(minalign)); in pgtable_cache_add()
450 !is_power_of_2(freq_kHz) || val2) in _as73211_write_raw()471 if (val < 0 || !is_power_of_2(val) || val2) in _as73211_write_raw()501 if (time_ms < 0 || !is_power_of_2(time_ms) || time_ms > AS73211_SAMPLE_TIME_MAX_MS) in _as73211_write_raw()
58 if (!is_power_of_2(num)) in pvrdma_uar_table_init()
75 if (!is_power_of_2(protocols)) { in img_ir_sony_filter()
69 if (!is_power_of_2(protocols)) { in img_ir_nec_filter()
138 GEM_BUG_ON(!is_power_of_2(size)); in __intel_ring_space()
70 if (!is_power_of_2(mgmtdev->max_write_request) || in hidma_mgmt_setup()78 if (!is_power_of_2(mgmtdev->max_read_request) || in hidma_mgmt_setup()
57 BUILD_BUG_ON(!is_power_of_2(MSM_GPU_RINGBUFFER_SZ)); in msm_ringbuffer_new()
730 if (!is_power_of_2(value) || value > ADC5_AVG_SAMPLES_MAX) in qcom_adc5_avg_samples_from_dt()752 if (!is_power_of_2(value) || value < VADC_DECIMATION_MIN || in qcom_vadc_decimation_from_dt()
395 if (!is_power_of_2(abm->num_bands) || !is_power_of_2(abm->num_prios) || in nfp_abm_ctrl_find_addrs()
Completed in 50 milliseconds