Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c147 #define LOG_EVENT_MAX_PAUSE 128 macro
266 if (nticks > LOG_EVENT_MAX_PAUSE) in log_event_upcall()
267 nticks = LOG_EVENT_MAX_PAUSE; in log_event_upcall()