Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
A Dopal-elog.c155 #define OPAL_MAX_ERRLOG_SIZE 16384 macro
282 WARN_ON(elog_size > OPAL_MAX_ERRLOG_SIZE); in elog_event()
284 if (elog_size >= OPAL_MAX_ERRLOG_SIZE) in elog_event()
285 elog_size = OPAL_MAX_ERRLOG_SIZE; in elog_event()

Completed in 3 milliseconds