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

  /src/sys/sys/
device_impl.h 148 struct lwp *dv_attaching; /* thread not yet finished in attach */ member in struct:device
  /src/sys/kern/
subr_autoconf.c 1698 dev->dv_attaching = curlwp;
1938 KASSERT(dev->dv_attaching == curlwp);
1939 dev->dv_attaching = NULL;
2065 KASSERT(dev->dv_attaching == curlwp);
2066 dev->dv_attaching = NULL;
2179 KASSERTMSG((l = dev->dv_attaching) == NULL,
2990 if ((dv->dv_attaching != NULL && dv->dv_attaching != curlwp) ||

Completed in 16 milliseconds