Home
last modified time | relevance | path

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

/xnu-8796.141.3/libkern/os/
H A Drefcnt.h216 os_ref_count_t init_count, uint32_t init_bits)
219 os_error_if(init_bits >= (1U << b), "Bits out of range");
H A Drefcnt.c522 os_ref_count_t init_count, uint32_t init_bits) in os_ref_init_count_mask() argument
524 assert(init_bits < (1U << b)); in os_ref_init_count_mask()
525 atomic_init(rc, (init_count << b) | init_bits); in os_ref_init_count_mask()