Home
last modified time | relevance | path

Searched defs:shared_state (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_ring.c46 struct shared_state { struct
50 uint32_t available_seq;
51 char _pad1[RTE_CACHE_LINE_SIZE * 3];
52 uint32_t head; /* Head sequence number (for multi thread operation) */
53 char _pad2[RTE_CACHE_LINE_SIZE * 3];
54 struct opdl_stage *stage; /* back pointer */
55 uint32_t tail; /* Tail sequence number */
56 char _pad3[RTE_CACHE_LINE_SIZE * 2];