Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_array.h84 struct rte_mempool_ops_table { struct
85 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];
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_array.rs209 pub struct rte_mempool_ops_table { struct
220 const UNINIT: ::std::mem::MaybeUninit<rte_mempool_ops_table> = in bindgen_test_layout_rte_mempool_ops_table() argument
264 impl Default for rte_mempool_ops_table { implementation