Searched refs:V_LOCALITY (Results 1 – 2 of 2) sorted by relevance
3951 if ((vp->v_flag & V_LOCALITY) == 0) { in lgrp_shm_policy_init()3966 if ((vp->v_flag & V_LOCALITY) == 0) { in lgrp_shm_policy_init()3968 vp->v_flag |= V_LOCALITY; in lgrp_shm_policy_init()4052 vp->v_flag &= ~V_LOCALITY; in lgrp_shm_policy_fini()4184 if ((vp->v_flag & V_LOCALITY) == 0 || vp->v_locality == NULL) in lgrp_shm_policy_set()
386 #define V_LOCALITY 0x8000 /* whether locality aware */ macro