Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_array.h57 struct rte_mempool_ops { struct
58 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
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_array.rs50 pub struct rte_mempool_ops { struct
66 const UNINIT: ::std::mem::MaybeUninit<rte_mempool_ops> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_rte_mempool_ops() argument
109 impl Default for rte_mempool_ops { implementation
118 impl ::std::cmp::PartialEq for rte_mempool_ops { implementation