Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c852 uint_t largestid, smallestid; in send_mondo_set() local
860 CPUSET_BOUNDS(set, smallestid, largestid); in send_mondo_set()
861 if (smallestid == CPUSET_NOTINSET) { in send_mondo_set()
872 mcpup->cpu_list[ncpuids++] = (uint16_t)smallestid; in send_mondo_set()
873 if (largestid != smallestid) { in send_mondo_set()
874 for (i = smallestid+1; i <= largestid-1; i++) { in send_mondo_set()
1270 uint_t largestid, smallestid; in xt_sync() local
1277 CPUSET_BOUNDS(cpuset, smallestid, largestid); in xt_sync()
1278 if (smallestid == CPUSET_NOTINSET) in xt_sync()
1292 cpu_sync.byte[smallestid] = 1; in xt_sync()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c2834 cpuset_bounds(const cpuset_t *s, uint_t *smallestid, uint_t *largestid) in cpuset_bounds() argument
2846 *smallestid = bit + (i * BT_NBIPUL); in cpuset_bounds()
2860 ASSERT(*largestid >= *smallestid); in cpuset_bounds()
2875 *smallestid = *largestid = CPUSET_NOTINSET; in cpuset_bounds()