Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dbounce.c85 struct bvec_iter from_iter = BVEC_ITER_ALL_INIT; in copy_to_high_bio_irq() local
88 fromvec = bio_iter_iovec(from, from_iter); in copy_to_high_bio_irq()
98 bio_advance_iter(from, &from_iter, tovec.bv_len); in copy_to_high_bio_irq()
/linux-6.3-rc2/rust/macros/
A Dconcat_idents.rs22 TokenStream::from_iter([TokenTree::Ident(res)]) in concat_idents()
/linux-6.3-rc2/rust/alloc/vec/
A Dmod.rs2727 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Vec<T> { in from_iter() method
2728 <Self as SpecFromIter<T, I::IntoIter>>::from_iter(iter.into_iter()) in from_iter()
/linux-6.3-rc2/rust/alloc/
A Dboxed.rs1903 fn from_iter<T: IntoIterator<Item = I>>(iter: T) -> Self { in from_iter() method

Completed in 13 milliseconds