Home
last modified time | relevance | path

Searched defs:latency_record (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dlatencytop.h21 struct latency_record { struct
22 unsigned long backtrace[LT_BACKTRACEDEPTH];
23 unsigned int count;
24 unsigned long time;
25 unsigned long max;
Dsched.h1483 struct latency_record latency_record[LT_SAVECOUNT]; member
/kernel/linux/linux-5.10/include/linux/
Dlatencytop.h21 struct latency_record { struct
22 unsigned long backtrace[LT_BACKTRACEDEPTH];
23 unsigned int count;
24 unsigned long time;
25 unsigned long max;
Dsched.h1363 struct latency_record latency_record[LT_SAVECOUNT]; member
/kernel/linux/linux-5.10/kernel/
Dlatencytop.c62 static struct latency_record latency_record[MAXLR]; variable
/kernel/linux/linux-6.6/kernel/
Dlatencytop.c63 static struct latency_record latency_record[MAXLR]; variable