Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dcpupart.h56 #define CP_NONEMPTY 1 /* return only non-empty ones */ macro
/titanic_50/usr/src/uts/common/disp/
H A Dcpupart.c1169 ASSERT(flag == CP_ALL || flag == CP_NONEMPTY); in cpupart_list()
1175 ((flag == CP_NONEMPTY) && (cp->cp_ncpus != 0))) { in cpupart_list()
1188 else if (flag == CP_NONEMPTY) in cpupart_list()
H A Dfss.c476 cnt = cpupart_list(NULL, 0, CP_NONEMPTY); in fss_allocbuf()