Searched refs:rtas_error_log_buffer_max (Results 1 – 1 of 1) sorted by relevance
46 static unsigned int rtas_error_log_buffer_max; variable248 offset = rtas_error_log_buffer_max * in pSeries_log_error()338 if (!buf || count < rtas_error_log_buffer_max) in rtas_log_read()341 count = rtas_error_log_buffer_max; in rtas_log_read()376 offset = rtas_error_log_buffer_max * (rtas_log_start & LOG_NUMBER_MASK); in rtas_log_read()557 rtas_error_log_buffer_max = rtas_error_log_max + sizeof(int); in rtas_init()559 rtas_log_buf = vmalloc(rtas_error_log_buffer_max*LOG_NUMBER); in rtas_init()