| /linux-6.15/include/linux/ |
| H A D | random.h | 79 if (likely(is_power_of_2(ceil) || (u8)mult >= (1U << 8) % ceil)) in get_random_u32_below() 83 if (likely(is_power_of_2(ceil) || (u16)mult >= (1U << 16) % ceil)) in get_random_u32_below() 87 if (likely(is_power_of_2(ceil) || (u32)mult >= -ceil % ceil)) in get_random_u32_below()
|
| H A D | log2.h | 45 bool is_power_of_2(unsigned long n) in is_power_of_2() function 230 if (is_power_of_2(n)) in __bits_per()
|
| H A D | iommu-helper.h | 23 BUG_ON(!is_power_of_2(boundary_size)); in iommu_is_span_boundary()
|
| H A D | page_frag_cache.h | 49 WARN_ON_ONCE(!is_power_of_2(align)); in page_frag_alloc_align()
|
| H A D | generic-radix-tree.h | 165 if (!is_power_of_2(obj_size)) { in __idx_to_offset() 323 if (!is_power_of_2(obj_size) && in __genradix_iter_advance()
|
| /linux-6.15/tools/testing/selftests/riscv/hwprobe/ |
| H A D | cbo.c | 83 static bool is_power_of_2(__u64 n) in is_power_of_2() function 100 is_power_of_2(block_size), "Zicbom block size\n"); in test_zicbom() 125 is_power_of_2(block_size), "Zicboz block size\n"); in test_zicboz() 132 if (illegal_insn || !is_power_of_2(block_size)) { in test_zicboz()
|
| /linux-6.15/fs/verity/ |
| H A D | hash_algs.c | 244 BUG_ON(!is_power_of_2(alg->digest_size)); in fsverity_check_hash_algs() 245 BUG_ON(!is_power_of_2(alg->block_size)); in fsverity_check_hash_algs()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_linux.h | 207 return is_power_of_2(b) ? ilog2(b) : -1; in log2_if_power2() 213 return is_power_of_2(b) ? b - 1 : 0; in mask64_if_power2()
|
| /linux-6.15/include/crypto/ |
| H A D | ctr.h | 31 if (WARN_ON_ONCE(!is_power_of_2(blocksize))) in crypto_ctr_encrypt_walk()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | kvm_cache_regs.h | 180 BUILD_BUG_ON(!is_power_of_2(cr0_bit)); in kvm_is_cr0_bit_set() 202 BUILD_BUG_ON(!is_power_of_2(cr4_bit)); in kvm_is_cr4_bit_set()
|
| /linux-6.15/scripts/dtc/ |
| H A D | dtc.c | 26 static int is_power_of_2(int x) in is_power_of_2() function 212 if (!is_power_of_2(alignsize)) in main()
|
| /linux-6.15/mm/ |
| H A D | hugetlb_vmemmap.h | 49 if (!is_power_of_2(sizeof(struct page))) in hugetlb_vmemmap_optimizable_size()
|
| /linux-6.15/tools/include/linux/ |
| H A D | log2.h | 38 bool is_power_of_2(unsigned long n) in is_power_of_2() function
|
| /linux-6.15/tools/perf/util/bpf_skel/ |
| H A D | augmented_raw_syscalls.bpf.c | 26 #define is_power_of_2(n) (n != 0 && ((n & (n - 1)) == 0)) macro 178 …_Static_assert(is_power_of_2(sizeof(augmented_arg->value)), "sizeof(augmented_arg->value) needs to… in augmented_arg__read_str() 216 …_Static_assert(is_power_of_2(sizeof(augmented_args->arg.saddr)), "sizeof(augmented_args->arg.saddr… in sys_enter_connect()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_ioctl.c | 57 GEM_BUG_ON(!is_power_of_2(entry->size)); in i915_reg_read_ioctl()
|
| /linux-6.15/drivers/scsi/bnx2i/ |
| H A D | bnx2i_sysfs.c | 77 (is_power_of_2(val))) in bnx2i_set_sq_info()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | div64.h | 26 if (__builtin_constant_p(__base) && is_power_of_2(__base)) { \
|
| /linux-6.15/sound/mips/ |
| H A D | snd-n64.c | 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()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | cache-uniphier.c | 350 !is_power_of_2(data->line_size)) { in __uniphier_cache_init() 358 !is_power_of_2(data->nsets)) { in __uniphier_cache_init()
|
| /linux-6.15/drivers/dma/qcom/ |
| H A D | hidma_mgmt.c | 67 if (!is_power_of_2(mgmtdev->max_write_request) || in hidma_mgmt_setup() 75 if (!is_power_of_2(mgmtdev->max_read_request) || in hidma_mgmt_setup()
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | cap11xx.c | 212 } else if (is_power_of_2(u32_val) && u32_val <= 8) { in cap11xx_init_keys() 242 if (!is_power_of_2(u32_val) || u32_val > 128) { in cap11xx_init_keys() 281 if (!is_power_of_2(priv->calib_sensitivities[i]) || in cap11xx_init_keys()
|
| /linux-6.15/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_doorbell.c | 58 if (!is_power_of_2(num)) in pvrdma_uar_table_init()
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ring.h | 137 GEM_BUG_ON(!is_power_of_2(size)); in __intel_ring_space()
|
| /linux-6.15/drivers/media/rc/img-ir/ |
| H A D | img-ir-sony.c | 75 if (!is_power_of_2(protocols)) { in img_ir_sony_filter()
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | init-common.c | 134 BUG_ON(!is_power_of_2(minalign)); in pgtable_cache_add()
|