rtas_error_log_buffer_max   43 arch/powerpc/kernel/rtasd.c static unsigned int rtas_error_log_buffer_max;
rtas_error_log_buffer_max  249 arch/powerpc/kernel/rtasd.c 		offset = rtas_error_log_buffer_max *
rtas_error_log_buffer_max  329 arch/powerpc/kernel/rtasd.c 	if (!buf || count < rtas_error_log_buffer_max)
rtas_error_log_buffer_max  332 arch/powerpc/kernel/rtasd.c 	count = rtas_error_log_buffer_max;
rtas_error_log_buffer_max  367 arch/powerpc/kernel/rtasd.c 	offset = rtas_error_log_buffer_max * (rtas_log_start & LOG_NUMBER_MASK);
rtas_error_log_buffer_max  549 arch/powerpc/kernel/rtasd.c 	rtas_error_log_buffer_max = rtas_error_log_max + sizeof(int);
rtas_error_log_buffer_max  552 arch/powerpc/kernel/rtasd.c 					  rtas_error_log_buffer_max));