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

/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c592 lgrp_root(lgrp_cookie_t cookie) function
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c135 lgrp_t *lgrp_root = NULL; variable
308 lgrp_root = &lroot;
310 lgrp_root->lgrp_cpu = NULL;
311 lgrp_root->lgrp_mnodes = 0;
312 lgrp_root->lgrp_nmnodes = 0;
314 lgrp_root->lgrp_plathand = hand;
316 lgrp_root->lgrp_id = id;
317 lgrp_root->lgrp_cpucnt = 0;
318 lgrp_root->lgrp_childcnt = 0;
319 klgrpset_clear(lgrp_root
[all...]

Completed in 60 milliseconds