MCPcopy Create free account
hub / github.com/F-Stack/f-stack / event_buffer_full

Function event_buffer_full

dpdk/lib/eventdev/rte_event_timer_adapter.c:518–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

event_buffer_addFunction · 0.85
event_buffer_flushFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected