Home
last modified time | relevance | path

Searched refs:TEST_VALUES (Results 1 – 1 of 1) sorted by relevance

/linux/samples/rust/
H A Drust_dma.rs21 const TEST_VALUES: [(u32, u32); 5] = [ constant
67 CoherentAllocation::alloc_coherent(pdev.as_ref(), TEST_VALUES.len(), GFP_KERNEL)?; in probe()
69 for (i, value) in TEST_VALUES.into_iter().enumerate() { in probe()
89 for (i, value) in TEST_VALUES.into_iter().enumerate() { in drop()