Searched refs:nr_queued (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/block/
H A Dblk-throttle.c66 unsigned int nr_queued[2]; /* number of queued bios */ member in struct:throtl_service_queue
160 unsigned int nr_queued[2]; member in struct:throtl_data
919 BUG_ON(tg->service_queue.nr_queued[rw] && tg_may_dispatch()
1035 if (!sq->nr_queued[rw]) throtl_add_bio_tg()
1040 sq->nr_queued[rw]++; throtl_add_bio_tg()
1093 sq->nr_queued[rw]--; tg_dispatch_one_bio()
1110 BUG_ON(tg->td->nr_queued[rw] <= 0); tg_dispatch_one_bio()
1111 tg->td->nr_queued[rw]--; tg_dispatch_one_bio()
1171 if (sq->nr_queued[0] || sq->nr_queued[1]) throtl_select_dispatch()
1212 throtl_log(sq, "dispatch nr_queued=%u read=%u write=%u", throtl_pending_timer_fn()
1213 sq->nr_queued[READ] + sq->nr_queued[WRITE], throtl_pending_timer_fn()
1214 sq->nr_queued[READ], sq->nr_queued[WRITE]); throtl_pending_timer_fn()
1523 if (sq->nr_queued[rw]) blk_throtl_bio()
1563 sq->nr_queued[READ], sq->nr_queued[WRITE]); blk_throtl_bio()
1566 tg->td->nr_queued[rw]++; blk_throtl_bio()
/linux-4.1.27/drivers/md/
H A Draid1.h79 int nr_queued; member in struct:r1conf
H A Draid10.h63 int nr_queued; member in struct:r10conf
H A Draid1.c223 conf->nr_queued ++; reschedule_retry()
974 * We wait until nr_pending match nr_queued+extra freeze_array()
979 * Thus the number queued (nr_queued) plus this request (extra) freeze_array()
986 conf->nr_pending == conf->nr_queued+extra, freeze_array()
2432 conf->nr_queued--; raid1d()
H A Draid10.c281 conf->nr_queued ++; reschedule_retry()
1060 * wait until nr_pending match nr_queued+extra freeze_array()
1065 * Thus the number queued (nr_queued) plus this request (extra) freeze_array()
1073 conf->nr_pending == conf->nr_queued+extra, freeze_array()
2810 conf->nr_queued--; raid10d()

Completed in 266 milliseconds