Searched refs:do_bounce (Results 1 – 3 of 3) sorted by relevance
136 static void do_bounce(phys_addr_t orig, void *addr, size_t size, in do_bounce() function182 do_bounce(map->orig_phys + offset, addr + offset, sz, dir); in vduse_domain_bounce()
998 bool do_bounce = ceph_test_opt(from_msgr(con->msgr), RXBOUNCE); in read_partial_sparse_msg_extent() local1000 if (do_bounce && unlikely(!con->bounce_page)) { in read_partial_sparse_msg_extent()1014 rpage = do_bounce ? con->bounce_page : page; in read_partial_sparse_msg_extent()1024 if (do_bounce) in read_partial_sparse_msg_extent()
7602 int do_bounce = 0; in apply_link_downgrade_policy() local7656 do_bounce = 1; in apply_link_downgrade_policy()7668 do_bounce = 1; in apply_link_downgrade_policy()7675 if (do_bounce) { in apply_link_downgrade_policy()7932 int do_bounce = 0; in handle_dcc_err() local7975 do_bounce = 1; in handle_dcc_err()7991 if (reason_valid && !do_bounce) { in handle_dcc_err()7992 do_bounce = ppd->port_error_action & in handle_dcc_err()8043 if (reason_valid && !do_bounce) { in handle_dcc_err()8044 do_bounce = ppd->port_error_action & in handle_dcc_err()[all …]