Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c3574 lgrp_shm_locality_t *shm_locality; in lgrp_shm_policy_get() local
3578 shm_locality = NULL; in lgrp_shm_policy_get()
3590 shm_locality = amp->locality; in lgrp_shm_policy_get()
3591 if (shm_locality == NULL) in lgrp_shm_policy_get()
3593 tree = shm_locality->loc_tree; in lgrp_shm_policy_get()
3596 shm_locality = vp->v_locality; in lgrp_shm_policy_get()
3597 if (shm_locality == NULL) in lgrp_shm_policy_get()
3599 ASSERT(shm_locality->loc_count != 0); in lgrp_shm_policy_get()
3600 tree = shm_locality->loc_tree; in lgrp_shm_policy_get()
3611 rw_enter(&shm_locality->loc_lock, RW_READER); in lgrp_shm_policy_get()
[all …]