Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Dcmt.c89 cmt_lgrp_t *cmt_root = NULL; /* Reference to root cmt pg */ variable
377 parent->cmt_siblings != &cmt_root->cl_pgs) { in cmt_hier_promote()
378 if (group_remove(&cmt_root->cl_pgs, parent, GRP_NORESIZE) in cmt_hier_promote()
380 r = group_add(&cmt_root->cl_pgs, pg, GRP_NORESIZE); in cmt_hier_promote()
615 if (cmt_root == NULL) in pg_cmt_cpu_init()
616 cmt_root = pg_cmt_lgrp_create(lgrp_plat_root_hand()); in pg_cmt_cpu_init()
710 if (cmt_root != lgrp) in pg_cmt_cpu_init()
711 cmt_root->cl_npgs++; in pg_cmt_cpu_init()
730 group_expand(&cmt_root->cl_pgs, cmt_root->cl_npgs); in pg_cmt_cpu_init()
1019 pg->cmt_siblings != &cmt_root->cl_pgs) { in pg_cmt_cpu_active()
[all …]
H A Dcmt_policy.c128 extern cmt_lgrp_t *cmt_root; in cmt_balance()
149 siblings = &cmt_root->cl_pgs; in cmt_balance()