Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpucaps.h147 extern void (*cpucaps_clock_callout)(void);
/illumos-gate/usr/src/uts/common/disp/
H A Dcpucaps.c246 cpucaps_clock_callout = NULL; in cpucaps_init()
318 cpucaps_clock_callout = caps_update; in cap_enable()
346 cpucaps_clock_callout = NULL; in cap_disable()
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c392 void (*cpucaps_clock_callout)() = NULL; variable
629 if ((funcp = cpucaps_clock_callout) != NULL) in clock()