Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c3593 tree = shm_locality->loc_tree; in lgrp_shm_policy_get()
3600 tree = shm_locality->loc_tree; in lgrp_shm_policy_get()
3929 shm_locality->loc_tree = NULL; in lgrp_shm_policy_init()
3959 shm_locality->loc_tree = NULL; in lgrp_shm_policy_init()
4033 lgrp_shm_policy_tree_destroy(shm_locality->loc_tree); in lgrp_shm_policy_fini()
4049 lgrp_shm_policy_tree_destroy(shm_locality->loc_tree); in lgrp_shm_policy_fini()
4205 tree = shm_locality->loc_tree; in lgrp_shm_policy_set()
4212 if (shm_locality->loc_tree == NULL) { in lgrp_shm_policy_set()
4216 shm_locality->loc_tree = tree; in lgrp_shm_policy_set()
4224 tree = shm_locality->loc_tree; in lgrp_shm_policy_set()
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h384 avl_tree_t *loc_tree; /* policy segment tree */ member