Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dlog_sysevent.c144 #define LOG_EVENT_MAX_PAUSE 128 macro
260 if (nticks > LOG_EVENT_MAX_PAUSE) in log_event_upcall()
261 nticks = LOG_EVENT_MAX_PAUSE; in log_event_upcall()