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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2840 lpl_t *target_lpl = target; local
2857 for (i = 0; i < howmany; i++, lpl++, target_lpl++) {
2863 rset = target_lpl->lpl_rset;
2864 id2rset = target_lpl->lpl_id2rset;
2865 sz = target_lpl->lpl_rset_sz;
2867 *target_lpl = *lpl;
2869 target_lpl->lpl_rset_sz = sz;
2870 target_lpl->lpl_rset = rset;
2871 target_lpl->lpl_id2rset = id2rset;
2878 CPU->cpu_lpl = target_lpl;
[all...]

Completed in 52 milliseconds