Searched refs:smallestid (Results 1 – 2 of 2) sorted by relevance
852 uint_t largestid, smallestid; in send_mondo_set() local860 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() local1277 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 …]
2781 cpuset_bounds(cpuset_t *s, uint_t *smallestid, uint_t *largestid) in cpuset_bounds() argument2793 *smallestid = bit + (i * BT_NBIPUL); in cpuset_bounds()2807 ASSERT(*largestid >= *smallestid); in cpuset_bounds()2822 *smallestid = *largestid = CPUSET_NOTINSET; in cpuset_bounds()