Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c243 struct page_region *vec, *vec2; in sanity_tests_sd() local
684 struct page_region *vec, *vec2; in base_tests() local
808 struct page_region *vec, *vec2; in hpage_unit_tests() local
/linux/rust/kernel/alloc/
H A Dkvec.rs1365 let mut vec2: KVec<usize> = KVec::with_capacity(c.len(), GFP_KERNEL).unwrap(); in test_kvec_retain() localVariable