Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h525 extern cpr_t cpr_state;
526 #define CPR (&cpr_state)
527 #define STAT (&cpr_state.c_stat)
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c74 cpr_t cpr_state; variable