Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
Drtasd.c42 static unsigned int rtas_error_log_buffer_max; variable
248 offset = rtas_error_log_buffer_max * in pSeries_log_error()
306 if (!buf || count < rtas_error_log_buffer_max) in rtas_log_read()
309 count = rtas_error_log_buffer_max; in rtas_log_read()
344 offset = rtas_error_log_buffer_max * (rtas_log_start & LOG_NUMBER_MASK); in rtas_log_read()
526 rtas_error_log_buffer_max = rtas_error_log_max + sizeof(int); in rtas_event_scan_init()
529 rtas_error_log_buffer_max)); in rtas_event_scan_init()