Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dlgrp.c3565 lgrp_shm_locality_t *shm_locality; in lgrp_shm_policy_get() local
3579 shm_locality = amp->locality; in lgrp_shm_policy_get()
3580 if (shm_locality == NULL) in lgrp_shm_policy_get()
3582 tree = shm_locality->loc_tree; in lgrp_shm_policy_get()
3585 shm_locality = vp->v_locality; in lgrp_shm_policy_get()
3586 if (shm_locality == NULL) in lgrp_shm_policy_get()
3588 ASSERT(shm_locality->loc_count != 0); in lgrp_shm_policy_get()
3589 tree = shm_locality->loc_tree; in lgrp_shm_policy_get()
3600 rw_enter(&shm_locality->loc_lock, RW_READER); in lgrp_shm_policy_get()
3605 rw_exit(&shm_locality->loc_lock); in lgrp_shm_policy_get()
[all …]