Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/paride/
Dpf.c261 static int pf_count; /* number of blocks still to do */ variable
790 pf_count = blk_rq_cur_sectors(pf_req); in do_pf_request()
792 if (pf_block + pf_count > get_capacity(pf_req->rq_disk)) { in do_pf_request()
817 pf_count--; in pf_next_buf()
823 if (!pf_count) { in pf_next_buf()
829 pf_count = blk_rq_cur_sectors(pf_req); in pf_next_buf()