Searched refs:capacity_pow_2 (Results 1 – 2 of 2) sorted by relevance
122 uint8_t capacity_pow_2, in mpsc_ring_init() argument134 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()
122 uint8_t capacity_pow_2,