Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c242 struct page_region *vec, *vec2; in sanity_tests_sd() local
683 struct page_region *vec, *vec2; in base_tests() local
807 struct page_region *vec, *vec2; in hpage_unit_tests() local
/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.rs1255 let mut vec2: KVec<usize> = KVec::with_capacity(c.len(), GFP_KERNEL).unwrap(); in test_kvec_retain() localVariable