Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/xen/
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-6.12.1/block/
Dblk.h99 struct bio_vec *vec1, struct bio_vec *vec2) in biovec_phys_mergeable() argument
102 phys_addr_t addr1 = bvec_phys(vec1); in biovec_phys_mergeable()
112 if (addr1 + vec1->bv_len != addr2) in biovec_phys_mergeable()
114 if (xen_domain() && !xen_biovec_phys_mergeable(vec1, vec2->bv_page)) in biovec_phys_mergeable()
/linux-6.12.1/include/xen/
Dxen.h57 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
/linux-6.12.1/arch/powerpc/kernel/
Dprom_init.c955 struct option_vector1 vec1; member
1047 .vec1 = {
/linux-6.12.1/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst276 If X is the interface number as in vec0, vec1, vec2, etc, the general
/linux-6.12.1/drivers/infiniband/hw/qib/
Dqib_iba7322.c3486 SYM_LSB(IntRedirect0, vec1); in qib_setup_7322_interrupt()