Searched refs:vec2 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/xen/ |
D | biomerge.c | 8 const struct bio_vec *vec2) in xen_biovec_phys_mergeable() argument 12 unsigned long bfn2 = pfn_to_bfn(page_to_pfn(vec2->bv_page)); in xen_biovec_phys_mergeable()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | io.h | 210 const struct bio_vec *vec2); 211 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 212 (__BIOVEC_PHYS_MERGEABLE(vec1, vec2) && \ 213 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
|
/Linux-v4.19/arch/arm/include/asm/ |
D | io.h | 466 #define BIOVEC_MERGEABLE(vec1, vec2) \ argument 467 ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2))) 471 const struct bio_vec *vec2); 472 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 473 (__BIOVEC_PHYS_MERGEABLE(vec1, vec2) && \ 474 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
|
/Linux-v4.19/arch/x86/include/asm/ |
D | io.h | 377 const struct bio_vec *vec2); 379 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 380 (__BIOVEC_PHYS_MERGEABLE(vec1, vec2) && \ 381 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
|
/Linux-v4.19/include/linux/ |
D | bio.h | 145 #define __BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 146 ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2))) 152 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 153 __BIOVEC_PHYS_MERGEABLE(vec1, vec2)
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | prom_init.c | 770 struct option_vector2 vec2; member 849 .vec2 = {
|