Home
last modified time | relevance | path

Searched refs:CPU_ALLOC_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/lib/libc/gen/
H A Dcpuset_alloc.c32 return (malloc(CPU_ALLOC_SIZE(ncpus))); in __cpuset_alloc()
/freebsd-13.1/sys/sys/
H A Dcpuset.h79 #define CPU_ALLOC_SIZE(_s) __BITSET_SIZE(_s) macro
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1418 if (sched_getaffinity(0, CPU_ALLOC_SIZE(2048), DynAffinity) == 0) { in computeHostNumPhysicalCores()