Home
last modified time | relevance | path

Searched refs:rte_spinlock_t (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_array.h69 * The rte_spinlock_t type.
73 } rte_spinlock_t; typedef
85 rte_spinlock_t sl; /**< Spinlock for add/delete. */
106 rte_spinlock_t lock;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_array.rs166 /// The rte_spinlock_t type.
169 pub struct rte_spinlock_t { structure names
175 const UNINIT: ::std::mem::MaybeUninit<rte_spinlock_t> = in bindgen_test_layout_rte_spinlock_t()
179 ::std::mem::size_of::<rte_spinlock_t>(), in bindgen_test_layout_rte_spinlock_t()
181 concat!("Size of: ", stringify!(rte_spinlock_t)) in bindgen_test_layout_rte_spinlock_t()
184 ::std::mem::align_of::<rte_spinlock_t>(), in bindgen_test_layout_rte_spinlock_t()
186 concat!("Alignment of ", stringify!(rte_spinlock_t)) in bindgen_test_layout_rte_spinlock_t()
193 stringify!(rte_spinlock_t), in bindgen_test_layout_rte_spinlock_t()
211 pub sl: rte_spinlock_t,
278 pub lock: rte_spinlock_t,
[all...]

Completed in 2 milliseconds