bio_cnt           176 block/blk-throttle.c 	unsigned int bio_cnt; /* total bios */
bio_cnt          1795 block/blk-throttle.c 	      (tg->latency_target && tg->bio_cnt &&
bio_cnt          1796 block/blk-throttle.c 		tg->bad_bio_cnt * 5 < tg->bio_cnt);
bio_cnt          1800 block/blk-throttle.c 		tg->bio_cnt, ret, tg->td->scale);
bio_cnt          2297 block/blk-throttle.c 		tg->bio_cnt++;
bio_cnt          2300 block/blk-throttle.c 	if (time_after(jiffies, tg->bio_cnt_reset_time) || tg->bio_cnt > 1024) {
bio_cnt          2302 block/blk-throttle.c 		tg->bio_cnt /= 2;
bio_cnt           691 drivers/target/target_core_iblock.c 	unsigned bio_cnt;
bio_cnt           732 drivers/target/target_core_iblock.c 	bio_cnt = 1;
bio_cnt           753 drivers/target/target_core_iblock.c 			if (bio_cnt >= IBLOCK_MAX_BIO_PER_TASK) {
bio_cnt           755 drivers/target/target_core_iblock.c 				bio_cnt = 0;
bio_cnt           765 drivers/target/target_core_iblock.c 			bio_cnt++;