Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dcpuvar.h425 extern void cpuset_bounds(cpuset_t *, uint_t *, uint_t *);
450 cpuset_bounds(&(set), &(smallest), &(largest)); \
/titanic_50/usr/src/uts/common/os/
H A Dcpu.c2781 cpuset_bounds(cpuset_t *s, uint_t *smallestid, uint_t *largestid) in cpuset_bounds() function