Home
last modified time | relevance | path

Searched refs:thrashing_delay_min (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/kernel/
H A Ddelayacct.c189 d->thrashing_delay_min = tsk->delays->thrashing_delay_min; in delayacct_add_tsk()
263 &current->delays->thrashing_delay_min); in __delayacct_thrashing_end()
/linux-6.15/include/uapi/linux/
H A Dtaskstats.h223 __u64 thrashing_delay_min; member
/linux-6.15/include/linux/
H A Ddelayacct.h50 u64 thrashing_delay_min; member
/linux-6.15/tools/accounting/
H A Dgetdelays.c247 delay_ms((double)t->thrashing_delay_min), in print_delayacct()