Home
last modified time | relevance | path

Searched refs:xen_biovec_phys_mergeable (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/xen/
Dbiomerge.c6 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, in xen_biovec_phys_mergeable() function
15 EXPORT_SYMBOL(xen_biovec_phys_mergeable);
/linux-4.1.27/arch/x86/include/asm/
Dio.h330 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
335 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
/linux-4.1.27/arch/arm64/include/asm/
Dio.h208 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
212 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
/linux-4.1.27/arch/arm/include/asm/
Dio.h385 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
389 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))