Searched defs:psrset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_cpu.c777 } *psrset; local
788 psrset = kmem_zalloc(sizeof (*psrset) * nres, KM_SLEEP);
790 __func__, (void *)psrset, sizeof (*psrset) * nres);
807 if (cpp == psrset[set_idx].cpp)
811 if (psrset[set_idx].cpp == NULL) {
812 psrset[set_idx].cpp = cpp;
813 psrset[set_idx].ncpus = cpp->cp_ncpus;
832 if (--psrset[set_id
[all...]

Completed in 60 milliseconds