Searched refs:CPU_ALLOC_SIZE (Results 1 – 3 of 3) sorted by relevance
32 return (malloc(CPU_ALLOC_SIZE(ncpus))); in __cpuset_alloc()
79 #define CPU_ALLOC_SIZE(_s) __BITSET_SIZE(_s) macro
1418 if (sched_getaffinity(0, CPU_ALLOC_SIZE(2048), DynAffinity) == 0) { in computeHostNumPhysicalCores()