Searched refs:CPUSET_INVALID (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dkern_cpuset.c153 if (set->cs_id == CPUSET_INVALID)
173 if (id != CPUSET_INVALID)
178 if (id != CPUSET_INVALID)
194 if (set->cs_id != CPUSET_INVALID)
220 if (setid == CPUSET_INVALID)
268 if (set->cs_id != CPUSET_INVALID)
486 if (set->cs_id == CPUSET_INVALID)
492 return (_cpuset_create(fset, parent, mask, CPUSET_INVALID));
558 if (tdset->cs_id == CPUSET_INVALID)
567 } else if (tdset->cs_id == CPUSET_INVALID) {
[all...]
/freebsd-9.3-release/sys/sys/
H A Dcpuset.h81 #define CPUSET_INVALID -1 macro

Completed in 83 milliseconds