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.rs55 pub struct rte_mempool_ops { struct
71 const UNINIT: ::std::mem::MaybeUninit<rte_mempool_ops> = in bindgen_test_layout_rte_mempool_ops() argument
147 impl Default for rte_mempool_ops { implementation
156 impl ::std::cmp::PartialEq for rte_mempool_ops { implementation