Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Drtasd.c43 static unsigned int rtas_error_log_buffer_max; variable
249 offset = rtas_error_log_buffer_max * in pSeries_log_error()
307 if (!buf || count < rtas_error_log_buffer_max) in rtas_log_read()
310 count = rtas_error_log_buffer_max; in rtas_log_read()
345 offset = rtas_error_log_buffer_max * (rtas_log_start & LOG_NUMBER_MASK); in rtas_log_read()
529 rtas_error_log_buffer_max = rtas_error_log_max + sizeof(int); in rtas_event_scan_init()
532 rtas_error_log_buffer_max)); in rtas_event_scan_init()