Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/disp/
H A Dcpucaps.c1055 zone = ttozone(t); in cpucaps_charge()
1105 ASSERT(ttozone(t)->zone_cpucap != NULL); in cpucaps_enforce()
1107 if (waitq_enqueue(&(ttozone(t)->zone_cpucap->cap_waitq), in cpucaps_enforce()
/onnv-gate/usr/src/uts/common/sys/
H A Dthread.h520 #define ttozone(x) ((x)->t_procp->p_zone) macro