Searched refs:old_inuse (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/trace/events/ |
D | iocost.h | 79 u32 old_inuse, u32 new_inuse, 82 TP_ARGS(iocg, path, now, old_inuse, new_inuse, 89 __field(u32, old_inuse) 99 __entry->old_inuse = old_inuse; 107 __entry->old_inuse, __entry->new_inuse, 115 u32 old_inuse, u32 new_inuse, 118 TP_ARGS(iocg, path, now, old_inuse, new_inuse, 125 u32 old_inuse, u32 new_inuse, 128 TP_ARGS(iocg, path, now, old_inuse, new_inuse, 135 u32 old_inuse, u32 new_inuse, [all …]
|
/linux-5.19.10/block/ |
D | blk-iocost.c | 2431 u32 __maybe_unused old_inuse = iocg->inuse, __maybe_unused old_hwi; in adjust_inuse_and_calc_cost() local 2481 old_inuse, iocg->inuse, old_hwi, hwi); in adjust_inuse_and_calc_cost()
|