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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpucaps.h143 extern boolean_t cpucaps_enforce(kthread_t *);
144 #define CPUCAPS_ENFORCE(t) (CPUCAPS_ON() && cpucaps_enforce(t))
/illumos-gate/usr/src/uts/common/disp/
H A Dcpucaps.c1018 * TS_PROJECTWAITQ/TS_ZONEWAITQ in this case but cpucaps_enforce will not place
1083 * It is possible that by the time we enter cpucaps_enforce() the cap is already
1089 cpucaps_enforce(kthread_t *t) function
H A Dfss.c2480 boolean_t cpucaps_enforce = B_FALSE; local
2506 cpucaps_enforce = cpucaps_charge(t,
2569 if (cpucaps_enforce && 2 * fssproc->fss_timeleft > fss_quantum) {

Completed in 66 milliseconds