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

/linux-master/include/trace/events/
H A Diocost.h145 u32 rq_wait_pct, int nr_lagging, int nr_shortages),
147 TP_ARGS(ioc, new_vrate, missed_ppm, rq_wait_pct, nr_lagging, nr_shortages),
158 __field(int, nr_shortages)
170 __entry->nr_shortages = nr_shortages;
177 __entry->rq_wait_pct, __entry->nr_lagging, __entry->nr_shortages
/linux-master/block/
H A Dblk-iocost.c994 int nr_lagging, int nr_shortages,
1004 nr_lagging, nr_shortages);
1035 nr_lagging, nr_shortages);
2240 int nr_debtors, nr_shortages = 0, nr_lagging = 0; local
2369 nr_shortages++;
2373 nr_shortages++;
2377 if (!list_empty(&surpluses) && nr_shortages)
2403 if (nr_shortages) {
2432 ioc_adjust_base_vrate(ioc, rq_wait_pct, nr_lagging, nr_shortages,
993 ioc_adjust_base_vrate(struct ioc *ioc, u32 rq_wait_pct, int nr_lagging, int nr_shortages, int prev_busy_level, u32 *missed_ppm) argument

Completed in 94 milliseconds