Home
last modified time | relevance | path

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

/linux-3.3/arch/powerpc/kernel/
Drtasd.c45 static unsigned int rtas_error_log_buffer_max; variable
243 offset = rtas_error_log_buffer_max * in pSeries_log_error()
293 if (!buf || count < rtas_error_log_buffer_max) in rtas_log_read()
296 count = rtas_error_log_buffer_max; in rtas_log_read()
331 offset = rtas_error_log_buffer_max * (rtas_log_start & LOG_NUMBER_MASK); in rtas_log_read()
510 rtas_error_log_buffer_max = rtas_error_log_max + sizeof(int); in rtas_init()
512 rtas_log_buf = vmalloc(rtas_error_log_buffer_max*LOG_NUMBER); in rtas_init()