Searched refs:vec1 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/xen/ |
D | biomerge.c | 6 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, in xen_biovec_phys_mergeable() argument 9 unsigned long mfn1 = pfn_to_mfn(page_to_pfn(vec1->bv_page)); in xen_biovec_phys_mergeable() 12 return __BIOVEC_PHYS_MERGEABLE(vec1, vec2) && in xen_biovec_phys_mergeable()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | io.h | 381 #define BIOVEC_MERGEABLE(vec1, vec2) \ argument 382 ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2))) 385 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, 387 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 388 (__BIOVEC_PHYS_MERGEABLE(vec1, vec2) && \ 389 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
|
/linux-4.1.27/arch/x86/include/asm/ |
D | io.h | 330 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, 333 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 334 (__BIOVEC_PHYS_MERGEABLE(vec1, vec2) && \ 335 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | io.h | 208 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, 210 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 211 (__BIOVEC_PHYS_MERGEABLE(vec1, vec2) && \ 212 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
|
/linux-4.1.27/include/linux/ |
D | bio.h | 173 #define __BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 174 ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2))) 180 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 181 __BIOVEC_PHYS_MERGEABLE(vec1, vec2)
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_iba7322.c | 3547 SYM_LSB(IntRedirect0, vec1); in qib_setup_7322_interrupt()
|