Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Diocost.h134 u32 rq_wait_pct, int nr_lagging, int nr_shortages,
137 TP_ARGS(ioc, new_vrate, missed_ppm, rq_wait_pct, nr_lagging, nr_shortages,
149 __field(int, nr_shortages)
162 __entry->nr_shortages = nr_shortages;
170 __entry->rq_wait_pct, __entry->nr_lagging, __entry->nr_shortages,
/Linux-v5.4/block/
Dblk-iocost.c1345 int nr_surpluses = 0, nr_shortages = 0, nr_lagging = 0; in ioc_timer_fn() local
1491 nr_shortages++; in ioc_timer_fn()
1495 if (!nr_shortages || !nr_surpluses) in ioc_timer_fn()
1549 if (nr_shortages && !nr_lagging) { in ioc_timer_fn()
1597 nr_lagging, nr_shortages, in ioc_timer_fn()
1606 nr_shortages, nr_surpluses); in ioc_timer_fn()