Home
last modified time | relevance | path

Searched defs:rte_ring (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-643-inner-struct.h1 struct rte_ring { struct
2 struct rte_memzone *memzone;
4 struct prod {
6 } prod;
8 struct cons {
10 } cons;
12 void *ring[];
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-643-inner-struct.rs40 pub struct rte_ring { struct
42 pub prod: rte_ring_prod, argument
43 pub cons: rte_ring_cons, argument
48 pub struct rte_ring_prod { argument
125 impl Default for rte_ring { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dissue-643-inner-struct.rs40 pub struct rte_ring { struct
42 pub prod: rte_ring_prod, argument
43 pub cons: rte_ring_cons, argument
48 pub struct rte_ring_prod { argument
168 impl Default for rte_ring { implementation