Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/
Dxen-blkfront.c724 int num_sg, max_grefs, num_grant; in blkif_queue_rw_req() local
726 max_grefs = req->nr_phys_segments * GRANTS_PER_PSEG; in blkif_queue_rw_req()
727 if (max_grefs > BLKIF_MAX_SEGMENTS_PER_REQUEST) in blkif_queue_rw_req()
732 max_grefs += INDIRECT_GREFS(max_grefs); in blkif_queue_rw_req()
735 if (rinfo->persistent_gnts_c < max_grefs) { in blkif_queue_rw_req()
739 max_grefs - rinfo->persistent_gnts_c, in blkif_queue_rw_req()
745 max_grefs - rinfo->persistent_gnts_c); in blkif_queue_rw_req()