Home
last modified time | relevance | path

Searched refs:do_bounce (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/vdpa/vdpa_user/
H A Diova_domain.c160 static void do_bounce(phys_addr_t orig, void *addr, size_t size, in do_bounce() function
211 do_bounce(map->orig_phys + offset, addr + head_offset, sz, dir); in vduse_domain_bounce()
/linux/net/ceph/
H A Dmessenger_v1.c994 bool do_bounce = ceph_test_opt(from_msgr(con->msgr), RXBOUNCE); in read_partial_sparse_msg_extent() local
996 if (do_bounce && unlikely(!con->bounce_page)) { in read_partial_sparse_msg_extent()
1010 rpage = do_bounce ? con->bounce_page : page; in read_partial_sparse_msg_extent()
1020 if (do_bounce) in read_partial_sparse_msg_extent()