Searched refs:error_fifo (Results 1 – 1 of 1) sorted by relevance
48 static struct kmemcheck_error error_fifo[CONFIG_KMEMCHECK_QUEUE_SIZE]; variable58 if (error_count == ARRAY_SIZE(error_fifo)) { in error_next_wr()63 e = &error_fifo[error_wr]; in error_next_wr()64 if (++error_wr == ARRAY_SIZE(error_fifo)) in error_next_wr()77 e = &error_fifo[error_rd]; in error_next_rd()78 if (++error_rd == ARRAY_SIZE(error_fifo)) in error_next_rd()