Searched refs:CP_NONEMPTY (Results 1 – 3 of 3) sorted by relevance
56 #define CP_NONEMPTY 1 /* return only non-empty ones */ macro
1169 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()
476 cnt = cpupart_list(NULL, 0, CP_NONEMPTY); in fss_allocbuf()