Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dcpupart.h78 uint64_t cp_nrunnable_cum; /* cum. # of runnable threads */ member
/titanic_44/usr/src/uts/common/os/
H A Dclock.c492 cpupart->cp_nrunnable_cum += cpupart_nrunnable; in clock()
507 cpupart->cp_nrunnable_cum += cpu_nrunnable; in clock()
/titanic_44/usr/src/uts/common/disp/
H A Dcpupart.c155 cpksp->cpk_runnable.value.ui64 = cp->cp_nrunnable_cum; in cpupart_kstat_update()