Searched refs:vec2 (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | pagemap_ioctl.c | 243 struct page_region *vec, *vec2; in sanity_tests_sd() local 254 vec2 = calloc(vec_size, sizeof(struct page_region)); in sanity_tests_sd() 255 if (!vec2) in sanity_tests_sd() 386 ret2 = pagemap_ioctl(mem, mem_size, vec2, vec_size, 0, 0, in sanity_tests_sd() 393 ret2 == 2 && LEN(vec2[0]) == 1 && vec2[0].start == (uintptr_t)mem && in sanity_tests_sd() 394 LEN(vec2[1]) == vec_size - 3 && in sanity_tests_sd() 395 vec2[1].start == (uintptr_t)(mem + 3 * page_size), in sanity_tests_sd() 433 free(vec2); in sanity_tests_sd() 684 struct page_region *vec, *vec2; in base_tests() local 808 struct page_region *vec, *vec2; hpage_unit_tests() local [all...] |
| /linux/block/ |
| H A D | blk.h | 121 struct bio_vec *vec1, struct bio_vec *vec2) in biovec_phys_mergeable() 125 phys_addr_t addr2 = bvec_phys(vec2); in biovec_phys_mergeable() 136 if (!zone_device_pages_have_same_pgmap(vec1->bv_page, vec2->bv_page)) in biovec_phys_mergeable() 138 if (xen_domain() && !xen_biovec_phys_mergeable(vec1, vec2->bv_page)) 140 if ((addr1 | mask) != ((addr2 + vec2->bv_len - 1) | mask)) 115 biovec_phys_mergeable(struct request_queue * q,struct bio_vec * vec1,struct bio_vec * vec2) biovec_phys_mergeable() argument
|
| /linux/rust/kernel/alloc/ |
| H A D | kvec.rs | 1523 let mut vec2: KVec<usize> = KVec::with_capacity(c.len(), GFP_KERNEL).unwrap(); in test_kvvec_shrink_to() 1528 vec2.push_within_capacity(i).unwrap(); in test_kvvec_shrink_to() 1534 assert_eq!(vec1, vec2); in test_kvvec_shrink_to() 1477 let mut vec2: KVec<usize> = KVec::with_capacity(c.len(), GFP_KERNEL).unwrap(); test_kvec_retain() localVariable
|
| /linux/arch/powerpc/kernel/ |
| H A D | prom_init.c | 958 struct option_vector2 vec2; member 1056 .vec2 = {
|
| /linux/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 249 If X is the interface number as in vec0, vec1, vec2, etc, the general
|