Home
last modified time | relevance | path

Searched refs:_NCPUWORDS (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/sys/
HD_cpuset.h48 #define _NCPUWORDS __bitset_words(CPU_SETSIZE) macro
53 #define CPUSET_FSET BITSET_FSET(_NCPUWORDS)
HDcpuset.h39 #define CPUSETBUFSIZ ((2 + sizeof(long) * 2) * _NCPUWORDS)
/NextBSD/sys/arm/arm/
HDgenassym.c158 ASSYM(_NCPUWORDS, _NCPUWORDS);
HDswtch.S476 #if _NCPUWORDS > 1
537 #if _NCPUWORDS > 1
660 #if _NCPUWORDS > 1
/NextBSD/sys/kern/
HDkern_cpuset.c643 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()