Searched refs:v_ractx (Results 1 – 3 of 3) sorted by relevance
185 uvm_ra_request(vp->v_ractx, advice, uobj, offset, in uvn_get()533 if (vp->v_ractx != NULL) { in uvn_alloc_ractx()536 if (vp->v_ractx == NULL) { in uvn_alloc_ractx()540 if (ra != NULL && vp->v_ractx == NULL) { in uvn_alloc_ractx()541 vp->v_ractx = ra; in uvn_alloc_ractx()
190 #define v_ractx v_un.vu_ractx macro
1958 if (vp->v_type == VREG && vp->v_ractx != NULL) { in vcache_reclaim()1959 uvm_ra_freectx(vp->v_ractx); in vcache_reclaim()1960 vp->v_ractx = NULL; in vcache_reclaim()