Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpupart.h57 #define CP_NONEMPTY 1 /* return only non-empty ones */ macro
/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c1168 ASSERT(flag == CP_ALL || flag == CP_NONEMPTY); in cpupart_list()
1174 ((flag == CP_NONEMPTY) && (cp->cp_ncpus != 0))) { in cpupart_list()
1187 else if (flag == CP_NONEMPTY) in cpupart_list()
H A Dfss.c475 cnt = cpupart_list(NULL, 0, CP_NONEMPTY); in fss_allocbuf()