Searched refs:_NCPUWORDS (Results 1 – 5 of 5) sorted by relevance
48 #define _NCPUWORDS __bitset_words(CPU_SETSIZE) macro53 #define CPUSET_FSET BITSET_FSET(_NCPUWORDS)
39 #define CPUSETBUFSIZ ((2 + sizeof(long) * 2) * _NCPUWORDS)
158 ASSYM(_NCPUWORDS, _NCPUWORDS);
476 #if _NCPUWORDS > 1537 #if _NCPUWORDS > 1660 #if _NCPUWORDS > 1
643 for (i = 0; i < (_NCPUWORDS - 1); i++) { in cpusetobj_strprint()648 snprintf(tbuf, bufsiz, "%lx", set->__bits[_NCPUWORDS - 1]); in cpusetobj_strprint()670 if (nwords > _NCPUWORDS) in cpusetobj_strscan()