Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/kcsan/
Dreport.c69 struct report_time { struct
93 #define REPORT_TIMES_MAX (PAGE_SIZE / sizeof(struct report_time)) argument
98 static struct report_time report_times[REPORT_TIMES_SIZE];
113 struct report_time *use_entry = &report_times[0]; in rate_limit_report()
126 struct report_time *rt = &report_times[i]; in rate_limit_report()