HomeSort by: relevance | last modified time | path
    Searched defs:uao_detach (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_aobj.c 178 .pgo_detach = uao_detach,
582 * uao_detach: drop a reference to an anonymous UVM object.
585 uao_detach(struct uvm_object *uobj) function in typeref:typename:void
1140 uao_detach(&aobj->u_obj);
1143 uao_detach(&nextaobj->u_obj);
uvm_aobj.c 178 .pgo_detach = uao_detach,
582 * uao_detach: drop a reference to an anonymous UVM object.
585 uao_detach(struct uvm_object *uobj) function in typeref:typename:void
1140 uao_detach(&aobj->u_obj);
1143 uao_detach(&nextaobj->u_obj);

Completed in 23 milliseconds