Searched refs:vec1 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/xen/ |
| H A D | biomerge.c | 8 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, in xen_biovec_phys_mergeable() argument 12 unsigned long bfn1 = pfn_to_bfn(page_to_pfn(vec1->bv_page)); in xen_biovec_phys_mergeable() 15 return bfn1 + PFN_DOWN(vec1->bv_offset + vec1->bv_len) == bfn2; in xen_biovec_phys_mergeable()
|
| /linux/block/ |
| H A D | blk.h | 120 struct bio_vec *vec1, struct bio_vec *vec2) in biovec_phys_mergeable() argument 123 phys_addr_t addr1 = bvec_phys(vec1); in biovec_phys_mergeable() 133 if (addr1 + vec1->bv_len != addr2) in biovec_phys_mergeable() 135 if (xen_domain() && !xen_biovec_phys_mergeable(vec1, vec2->bv_page)) in biovec_phys_mergeable()
|
| /linux/rust/kernel/alloc/ |
| H A D | kvec.rs | 1364 let mut vec1: KVec<usize> = KVec::with_capacity(c.len(), GFP_KERNEL).unwrap(); in test_kvec_retain() localVariable 1368 vec1.push_within_capacity(i).unwrap(); in test_kvec_retain() 1374 vec1.retain(|i| c[*i]); in test_kvec_retain() 1376 assert_eq!(vec1, vec2); in test_kvec_retain()
|
| /linux/include/xen/ |
| H A D | xen.h | 64 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
|
| /linux/arch/powerpc/kernel/ |
| H A D | prom_init.c | 955 struct option_vector1 vec1; member 1047 .vec1 = {
|
| /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
|