Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-mq.c3608 int to_do; in blk_mq_alloc_rqs() local
3639 to_do = min(entries_per_page, depth - i); in blk_mq_alloc_rqs()
3640 left -= to_do * rq_size; in blk_mq_alloc_rqs()
3641 for (j = 0; j < to_do; j++) { in blk_mq_alloc_rqs()
/linux/drivers/net/ethernet/marvell/
H A Dsky2.c2704 static int sky2_status_intr(struct sky2_hw *hw, int to_do, u16 idx) in sky2_status_intr() argument
2710 if (to_do <= 0) in sky2_status_intr()
2759 if (++work_done >= to_do) in sky2_status_intr()