Home
last modified time | relevance | path

Searched defs:CPU_SET (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dcpuset.h48 #define CPU_SET(n, p) __BIT_SET(CPU_SETSIZE, n, p) macro
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c85 static inline void CPU_SET(uint32_t i, cpuset_t *p) in CPU_SET() function
170 static inline void CPU_SET(uint32_t i, cpuset_t *p) in CPU_SET() function
H A Dnmreplay.c453 static inline void CPU_SET(uint32_t i, cpuset_t *p) in CPU_SET() function