Searched refs:cpucaps_clock_callout (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcpucaps.h149 extern void (*cpucaps_clock_callout)(void);
/illumos-gate/usr/src/uts/common/disp/
H A Dcpucaps.c229 * - Set cpucaps_clock_callout to NULL
246 cpucaps_clock_callout = NULL;
318 cpucaps_clock_callout = caps_update;
346 cpucaps_clock_callout = NULL;
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c388 void (*cpucaps_clock_callout)() = NULL; variable
625 if ((funcp = cpucaps_clock_callout) != NULL)

Completed in 50 milliseconds