Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlatencytop.h18 #define LT_SAVECOUNT 32 macro
H A Dsched.h1358 struct latency_record latency_record[LT_SAVECOUNT];
/openbmc/linux/kernel/
H A Dlatencytop.c232 if (tsk->latency_record_count >= LT_SAVECOUNT) in __account_scheduler_latency()
/openbmc/linux/fs/proc/
H A Dbase.c536 for (i = 0; i < LT_SAVECOUNT; i++) { in lstats_show_proc()