Home
last modified time | relevance | path

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

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