Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/os/
H A Dlgrp.c3940 if ((vp->v_flag & V_LOCALITY) == 0) { in lgrp_shm_policy_init()
3955 if ((vp->v_flag & V_LOCALITY) == 0) { in lgrp_shm_policy_init()
3957 vp->v_flag |= V_LOCALITY; in lgrp_shm_policy_init()
4041 vp->v_flag &= ~V_LOCALITY; in lgrp_shm_policy_fini()
4172 if ((vp->v_flag & V_LOCALITY) == 0 || vp->v_locality == NULL) in lgrp_shm_policy_set()
/onnv-gate/usr/src/uts/common/sys/
H A Dvnode.h326 #define V_LOCALITY 0x8000 /* whether locality aware */ macro