Searched refs:CPU_SETSIZE (Results 1 – 3 of 3) sorted by relevance
61 #define CPU_SETSIZE (256) macro64 ulong_t _bits[BT_BITOUL(CPU_SETSIZE)];72 for (i = 0; i < BT_BITOUL(CPU_SETSIZE); i++) { in cpuset_isempty()84 for (i = 0; i < BT_BITOUL(CPU_SETSIZE); i++) { in cpuset_zero()94 for (i = 0; i < BT_BITOUL(CPU_SETSIZE); i++) { in cpuset_isequal()107 for (i = 0; i < BT_BITOUL(CPU_SETSIZE); i++) { in cpusetobj_ffs()
270 if (pcpu < 0 || pcpu >= CPU_SETSIZE) { in bhyve_pincpu_parse()272 "0 to %d\n", pcpu, CPU_SETSIZE - 1); in bhyve_pincpu_parse()303 if (pcpu < 0 || pcpu >= CPU_SETSIZE) in parse_cpuset()305 pcpu, CPU_SETSIZE - 1); in parse_cpuset()
305 for (i = 0; i < CPU_SETSIZE; i++) { in print_cpus()