Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/block/
Dxen-blkfront.c715 int num_sg, max_grefs, num_grant; in blkif_queue_rw_req() local
717 max_grefs = req->nr_phys_segments * GRANTS_PER_PSEG; in blkif_queue_rw_req()
718 if (max_grefs > BLKIF_MAX_SEGMENTS_PER_REQUEST) in blkif_queue_rw_req()
723 max_grefs += INDIRECT_GREFS(max_grefs); in blkif_queue_rw_req()
726 if (rinfo->persistent_gnts_c < max_grefs) { in blkif_queue_rw_req()
730 max_grefs - rinfo->persistent_gnts_c, in blkif_queue_rw_req()
736 max_grefs - rinfo->persistent_gnts_c); in blkif_queue_rw_req()