Searched refs:num_slots (Results 1 – 2 of 2) sorted by relevance
266 const uint32_t num_slots; /* number of slots in the ring. */ member
125 return ( unlikely(i + 1 == r->num_slots) ? 0 : i + 1); in nm_ring_next()145 ret += ring->num_slots; in nm_ring_space()