Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Drtasd.c47 static unsigned int rtas_error_log_buffer_max; variable
185 offset = rtas_error_log_buffer_max * in pSeries_log_error()
232 if (!buf || count < rtas_error_log_buffer_max) in rtas_log_read()
235 count = rtas_error_log_buffer_max; in rtas_log_read()
258 offset = rtas_error_log_buffer_max * (rtas_log_start & LOG_NUMBER_MASK); in rtas_log_read()
330 rtas_error_log_buffer_max = rtas_error_log_max + sizeof(int); in get_eventscan_parms()
350 rtas_log_buf = vmalloc(rtas_error_log_buffer_max*LOG_NUMBER); in rtasd()