Searched refs:ilog2 (Results 1 – 14 of 14) sorted by relevance
71 #define ilog2(n) \ macro155 (1UL << (ilog2((n) - 1) + 1)) \171 (1UL << ilog2(n))) : \
25 #define HASH_BITS(name) ilog2(HASH_SIZE(name))
56 int ilog2(unsigned long v) in ilog2() function208 int arg = ilog2(ps) << MAP_HUGE_SHIFT; in main()222 int arg = ilog2(ps) << SHM_HUGE_SHIFT; in main()
26 static inline unsigned int ilog2(unsigned int x) in ilog2() function
312 chunk_shift = ilog2(chunk_size); in ublk_stripe_tgt_init()
207 its_encode_size(&cmd, ilog2(itt_size) - 1); in its_send_mapd_cmd()
416 ((ilog2(cfg_table_size) - 1) & GICR_PROPBASER_IDBITS_MASK)); in gic_rdist_enable_lpis()
1030 uint64_t width = ilog2(MIN_ROLLOVER_SECS * freq); in set_counter_defaults()
932 ndtest_pool = gen_pool_create(ilog2(SZ_4M), NUMA_NO_NODE); in ndtest_init()
3285 nfit_pool = gen_pool_create(ilog2(SZ_4M), NUMA_NO_NODE); in nfit_test_init()
77 __elf_bits(name) = max(10, ilog2(size)); \
406 cfi_bits = max(10, ilog2(size)); in cfi_hash_alloc()
833 TEST_REQUIRE(!syscall(SYS_arch_prctl, ARCH_REQ_XCOMP_GUEST_PERM, ilog2(xfeature))); in __vm_xsave_require_permission()
1342 cxl_mock_pool = gen_pool_create(ilog2(SZ_2M), NUMA_NO_NODE); in cxl_test_init()
Completed in 799 milliseconds