Home
last modified time | relevance | path

Searched refs:cpuset_isnull (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dcpuvar.h421 extern int cpuset_isnull(cpuset_t *);
433 #define CPUSET_ISNULL(set) cpuset_isnull(&(set))
/titanic_50/usr/src/uts/common/os/
H A Dcpu.c2739 cpuset_isnull(cpuset_t *s) in cpuset_isnull() function