Home
last modified time | relevance | path

Searched refs:target_lpl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2849 lpl_t *target_lpl = target; in lpl_topo_bootstrap() local
2872 rset = target_lpl->lpl_rset; in lpl_topo_bootstrap()
2873 id2rset = target_lpl->lpl_id2rset; in lpl_topo_bootstrap()
2874 sz = target_lpl->lpl_rset_sz; in lpl_topo_bootstrap()
2876 *target_lpl = *lpl; in lpl_topo_bootstrap()
2878 target_lpl->lpl_rset_sz = sz; in lpl_topo_bootstrap()
2879 target_lpl->lpl_rset = rset; in lpl_topo_bootstrap()
2880 target_lpl->lpl_id2rset = id2rset; in lpl_topo_bootstrap()
2887 CPU->cpu_lpl = target_lpl; in lpl_topo_bootstrap()
2894 target_lpl->lpl_parent = (lpl_t *) in lpl_topo_bootstrap()
[all …]