Home
last modified time | relevance | path

Searched refs:largestid (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()
873 if (largestid != smallestid) { in send_mondo_set()
874 for (i = smallestid+1; i <= largestid-1; i++) { in send_mondo_set()
879 mcpup->cpu_list[ncpuids++] = (uint16_t)largestid; in send_mondo_set()
1270 uint_t largestid, smallestid; in xt_sync() local
1277 CPUSET_BOUNDS(cpuset, smallestid, largestid); in xt_sync()
1293 if (largestid != smallestid) { in xt_sync()
1294 for (i = (smallestid + 1); i <= (largestid - 1); i++) in xt_sync()
1297 cpu_sync.byte[largestid] = 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
2859 *largestid = bit + (j * BT_NBIPUL); in cpuset_bounds()
2860 ASSERT(*largestid >= *smallestid); in cpuset_bounds()
2875 *smallestid = *largestid = CPUSET_NOTINSET; in cpuset_bounds()