v_ractx
if (vp->v_type == VREG && vp->v_ractx != NULL) {
uvm_ra_freectx(vp->v_ractx);
vp->v_ractx = NULL;
uvm_ra_request(vp->v_ractx, advice, uobj, offset,
if (vp->v_ractx != NULL) {
if (vp->v_ractx == NULL) {
if (ra != NULL && vp->v_ractx == NULL) {
vp->v_ractx = ra;