Home
last modified time | relevance | path

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

/arch/powerpc/platforms/powernv/
Dopal-elog.c153 #define OPAL_MAX_ERRLOG_SIZE 16384 macro
260 WARN_ON(elog_size > OPAL_MAX_ERRLOG_SIZE); in elog_work_fn()
262 if (elog_size >= OPAL_MAX_ERRLOG_SIZE) in elog_work_fn()
263 elog_size = OPAL_MAX_ERRLOG_SIZE; in elog_work_fn()