Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dmpsc_ring.c122 uint8_t capacity_pow_2, in mpsc_ring_init() argument
134 assert3u(capacity_pow_2, <, 30); in mpsc_ring_init()
135 assert3u(capacity_pow_2, >, 0); in mpsc_ring_init()
147 uint32_t capacity = 1U << capacity_pow_2; in mpsc_ring_init()
H A Dmpsc_ring.h122 uint8_t capacity_pow_2,