Searched refs:fx_caps (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | fx.h | 128 caps_sc_t fx_caps; /* CPU caps specific data */ member
|
/titanic_44/usr/src/uts/common/disp/ |
H A D | fx.c | 521 cpucaps_sc_init(&fxpp->fx_caps); in fx_enterclass() 553 (void) CPUCAPS_CHARGE(t, &fxpp->fx_caps, CPUCAPS_CHARGE_ONLY); in fx_exit() 626 cpucaps_sc_init(&cfxpp->fx_caps); in fx_fork() 1128 (void) CPUCAPS_CHARGE(t, &fxpp->fx_caps, CPUCAPS_CHARGE_ENFORCE); in fx_preempt() 1222 (void) CPUCAPS_CHARGE(t, &fxpp->fx_caps, CPUCAPS_CHARGE_ENFORCE); in fx_sleep() 1322 call_cpu_surrender = CPUCAPS_CHARGE(t, &fxpp->fx_caps, in fx_tick() 1441 (void) CPUCAPS_CHARGE(t, &fxpp->fx_caps, CPUCAPS_CHARGE_ENFORCE); in fx_yield()
|