Home
last modified time | relevance | path

Searched defs:CPU_COUNT (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/openzfs/config/
H A Dzfs-build.m4210 AC_SUBST(CPU_COUNT) subst
/freebsd-src/sys/sys/
H A Dcpuset.h73 #define CPU_COUNT(p) ((int)__BIT_COUNT(CPU_SETSIZE, p)) macro