| 516 | } __rte_cache_aligned; |
| 517 | |
| 518 | static inline bool |
| 519 | event_buffer_full(struct event_buffer *bufp) |
| 520 | { |
| 521 | return (bufp->head - bufp->tail) == EVENT_BUFFER_SZ; |
| 522 | } |
| 523 | |
| 524 | static inline bool |
| 525 | event_buffer_batch_ready(struct event_buffer *bufp) |
no outgoing calls
no test coverage detected