Searched defs:rte_mempool_ops (Results 1 – 2 of 2) sorted by relevance
57 struct rte_mempool_ops { struct58 char name[RTE_MEMPOOL_OPS_NAMESIZE]; /**< Name of mempool ops struct. */59 rte_mempool_alloc_t alloc; /**< Allocate private data. */60 rte_mempool_free_t free; /**< Free the external pool. */84 struct rte_mempool_ops_table { argument
50 pub struct rte_mempool_ops { struct66 const UNINIT: ::std::mem::MaybeUninit<rte_mempool_ops> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_rte_mempool_ops() argument109 impl Default for rte_mempool_ops { implementation118 impl ::std::cmp::PartialEq for rte_mempool_ops { implementation