Home
last modified time | relevance | path

Searched refs:bit_ceiling (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dbits.h173 bit_ceiling(uint64_t n) in bit_ceiling() function
/xnu-8020.121.3/bsd/kern/
H A Dsys_ulock.c237 ull_hash_buckets = (1 << (bit_ceiling(thread_max) - 2)); in ulock_initialize()