Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dcpuset.h54 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c) macro
/f-stack/freebsd/sys/
H A Dcpuset.h56 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c) macro