Home
last modified time | relevance | path

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

/arch/x86/mm/kmemcheck/
Derror.c49 static unsigned int error_count; variable
58 if (error_count == ARRAY_SIZE(error_fifo)) { in error_next_wr()
66 ++error_count; in error_next_wr()
74 if (error_count == 0) in error_next_rd()
80 --error_count; in error_next_rd()
141 while (error_count > 0) in do_wakeup()
/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c403 static struct threshold_attr error_count = { variable
404 .attr = {.name = __stringify(error_count), .mode = 0444 },
420 &error_count.attr,