Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_throttle.c66 volatile int cpupm_throttle_debug = 0; variable
67 #define CTDEBUG(arglist) if (cpupm_throttle_debug) printf arglist;