Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dbiomerge.c8 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, in xen_biovec_phys_mergeable()
/linux/block/
H A Dblk.h109 struct bio_vec *vec1, struct bio_vec *vec2) in biovec_phys_mergeable()
/linux/rust/kernel/alloc/
H A Dkvec.rs1254 let mut vec1: KVec<usize> = KVec::with_capacity(c.len(), GFP_KERNEL).unwrap(); in test_kvec_retain() localVariable