Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/
Dbiomerge.c7 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, in xen_biovec_phys_mergeable() function
23 EXPORT_SYMBOL(xen_biovec_phys_mergeable);
/Linux-v4.19/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-v4.19/arch/x86/include/asm/
Dio.h376 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
381 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
/Linux-v4.19/arch/arm/include/asm/
Dio.h470 extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
474 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))