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

  /src/sys/dev/ic/
icpvar.h 148 u_int icp_running; member in struct:icp_softc
icp.c 447 KASSERT(icp->icp_running == 0);
716 KDASSERT(icp->icp_running != 0);
717 if (--icp->icp_running == 0 &&
1248 icp->icp_running++;
1261 while (icp->icp_running != 0) {

Completed in 11 milliseconds