Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Dbiomerge.c6 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, in xen_biovec_phys_mergeable() function
23 EXPORT_SYMBOL(xen_biovec_phys_mergeable);
/linux-4.4.14/arch/arm64/include/asm/
Dio.h209 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
213 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
/linux-4.4.14/arch/x86/include/asm/
Dio.h334 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
339 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
/linux-4.4.14/arch/arm/include/asm/
Dio.h449 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
453 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))