| 55 | } |
| 56 | |
| 57 | static __rte_always_inline unsigned int |
| 58 | rob_ring_count(const struct rob_ring *r) |
| 59 | { |
| 60 | return r->write_idx - r->read_idx; |
| 61 | } |
| 62 | |
| 63 | static __rte_always_inline unsigned int |
| 64 | rob_ring_free_count(const struct rob_ring *r) |
no outgoing calls
no test coverage detected