Home
last modified time | relevance | path

Searched refs:flsll (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dmisc_protos.h79 extern int flsll(
H A Dstack.c103 return 1ul << flsll(size); in roundup_pow2()
H A Dzalloc.c2172 uint32_t order = flsll((nbits - 1) / ZBA_GRANULE_BITS); in zone_meta_bits_init()
/xnu-8792.41.9/bsd/libkern/
H A Dlibkern.h150 extern int flsll(unsigned long long);
/xnu-8792.41.9/osfmk/arm64/
H A Dloose_ends.c700 flsll(unsigned long long mask) in flsll() function
H A Dmachine_routines.c2187 bit_index = flsll(ticks_per_event) - 1; in wfe_timeout_configure()
/xnu-8792.41.9/osfmk/x86_64/
H A Dloose_ends.c209 flsll(unsigned long long mask) in flsll() function
/xnu-8792.41.9/bsd/skywalk/mem/
H A Dskmem_region.c702 skr->skr_hash_shift = flsll(srp->srp_c_seg_size) - 1; in skmem_region_create()
1921 (1 << (flsll(3 * skr->skr_seginuse + 4) - 2))); in skmem_region_hash_rescale()
H A Dskmem_cache.c779 skm->skm_hash_shift = flsll(chunksize) - 1; in skmem_cache_create()
2624 (1 << (flsll(3 * skm->skm_sl_bufinuse + 4) - 2))); in skmem_cache_hash_rescale()