Searched refs:old_inuse (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | iocost.h | 65 u32 old_inuse, u32 new_inuse, 68 TP_ARGS(iocg, path, now, old_inuse, new_inuse, 75 __field(u32, old_inuse) 85 __entry->old_inuse = old_inuse; 93 __entry->old_inuse, __entry->new_inuse, 101 u32 old_inuse, u32 new_inuse, 104 TP_ARGS(iocg, path, now, old_inuse, new_inuse, 111 u32 old_inuse, u32 new_inuse, 114 TP_ARGS(iocg, path, now, old_inuse, new_inus [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A 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_inus [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-iocost.c | 2432 u32 __maybe_unused old_inuse = iocg->inuse, __maybe_unused old_hwi; in adjust_inuse_and_calc_cost() local 2483 old_inuse, iocg->inuse, old_hwi, hwi); in adjust_inuse_and_calc_cost()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-iocost.c | 2461 u32 __maybe_unused old_inuse = iocg->inuse, __maybe_unused old_hwi; in adjust_inuse_and_calc_cost() local 2512 old_inuse, iocg->inuse, old_hwi, hwi); in adjust_inuse_and_calc_cost()
|
Completed in 10 milliseconds