Home
last modified time | relevance | path

Searched refs:vec1 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/xen/
A Dbiomerge.c8 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, in xen_biovec_phys_mergeable() argument
12 unsigned long bfn1 = pfn_to_bfn(page_to_pfn(vec1->bv_page)); in xen_biovec_phys_mergeable()
15 return bfn1 + PFN_DOWN(vec1->bv_offset + vec1->bv_len) == bfn2; in xen_biovec_phys_mergeable()
/linux/block/
A Dblk.h100 struct bio_vec *vec1, struct bio_vec *vec2) in biovec_phys_mergeable() argument
103 phys_addr_t addr1 = page_to_phys(vec1->bv_page) + vec1->bv_offset; in biovec_phys_mergeable()
106 if (addr1 + vec1->bv_len != addr2) in biovec_phys_mergeable()
108 if (xen_domain() && !xen_biovec_phys_mergeable(vec1, vec2->bv_page)) in biovec_phys_mergeable()
/linux/include/xen/
A Dxen.h48 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
/linux/arch/powerpc/kernel/
A Dprom_init.c959 struct option_vector1 vec1; member
1043 .vec1 = {
/linux/Documentation/virt/uml/
A Duser_mode_linux_howto_v2.rst276 If X is the interface number as in vec0, vec1, vec2, etc, the general
/linux/drivers/infiniband/hw/qib/
A Dqib_iba7322.c3487 SYM_LSB(IntRedirect0, vec1); in qib_setup_7322_interrupt()

Completed in 26 milliseconds