Searched defs:rte_mempool_ops_table (Results 1 – 2 of 2) sorted by relevance
84 struct rte_mempool_ops_table { struct85 rte_spinlock_t sl; /**< Spinlock for add/delete. */86 uint32_t num_ops; /**< Number of used ops structs in the table. */90 struct rte_mempool_ops ops[RTE_MEMPOOL_MAX_OPS_IDX];
209 pub struct rte_mempool_ops_table { struct220 const UNINIT: ::std::mem::MaybeUninit<rte_mempool_ops_table> = in bindgen_test_layout_rte_mempool_ops_table() argument264 impl Default for rte_mempool_ops_table { implementation