Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/kcsan/
Dreport.c76 struct report_time { struct
100 #define REPORT_TIMES_MAX (PAGE_SIZE / sizeof(struct report_time)) argument
105 static struct report_time report_times[REPORT_TIMES_SIZE];
120 struct report_time *use_entry = &report_times[0]; in rate_limit_report()
133 struct report_time *rt = &report_times[i]; in rate_limit_report()