Searched refs:fsspsets (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c249 * That is, fsspsets contain a list of fsszone's that are currently active in
347 static fsspset_t *fsspsets; variable
348 static kmutex_t fsspsets_lock; /* protects fsspsets */
541 * Search for the cpupart pointer in the array of fsspsets.
544 fsspset = &fsspsets[i];
554 * available slot in the fsspsets array.
557 fsspset = &fsspsets[i];
856 fsspsets = kmem_zalloc(sizeof (fsspset_t) * max_ncpus, KM_SLEEP);
1053 fsspset = &fsspsets[psetid];

Completed in 49 milliseconds