Searched refs:vec1 (Results 1 – 4 of 4) sorted by relevance
/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))) 470 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, 472 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 473 (__BIOVEC_PHYS_MERGEABLE(vec1, vec2) && \ 474 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
|
/arch/arm64/include/asm/ |
D | io.h | 225 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, 227 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 228 (__BIOVEC_PHYS_MERGEABLE(vec1, vec2) && \ 229 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
|
/arch/x86/include/asm/ |
D | io.h | 352 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, 355 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument 356 (__BIOVEC_PHYS_MERGEABLE(vec1, vec2) && \ 357 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
|
/arch/powerpc/kernel/ |
D | prom_init.c | 733 struct option_vector1 vec1; member 806 .vec1 = {
|