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

  /src/sys/sys/
lwpctl.h 76 struct uvm_object *lp_uao; member in struct:lcproc
  /src/sys/kern/
kern_lwp.c 1952 lp->lp_uao = NULL;
1972 if (lp->lp_uao == NULL) {
1973 lp->lp_uao = uao_create(LWPCTL_UAREA_SZ, 0);
1980 LWPCTL_UAREA_SZ, lp->lp_uao, 0, 0, UVM_MAPFLAG(UVM_PROT_RW,
1983 uao_detach(lp->lp_uao);
1984 lp->lp_uao = NULL;
2007 uao = lp->lp_uao;
2123 if (lp->lp_uao != NULL) {

Completed in 13 milliseconds