Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_main.c1036 CPR_STAT_EVENT_END_TMZ(" write statefile", ctp); in cpr_resume()
1037 CPR_STAT_EVENT_END_TMZ("Suspend Total", ctp); in cpr_resume()
1044 CPR_STAT_EVENT_END_TMZ(str, ctp); in cpr_resume()
1049 CPR_STAT_EVENT_END_TMZ(str, ctp); in cpr_resume()
1258 CPR_STAT_EVENT_END_TMZ("PWROFF TIME", &pwron_tv); in cpr_resume()
/titanic_44/usr/src/uts/common/sys/
H A Dcpr.h496 #define CPR_STAT_EVENT_END_TMZ(s, t) cpr_stat_event_end(s, t) macro