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

  /src/sys/dev/ic/
icpvar.h 183 #define ICP_F_WAIT_FREEZE 0x02 /* someone waiting for qfreeze */
icp.c 718 (icp->icp_flags & ICP_F_WAIT_FREEZE) != 0) {
719 icp->icp_flags &= ~ICP_F_WAIT_FREEZE;
1262 icp->icp_flags |= ICP_F_WAIT_FREEZE;

Completed in 35 milliseconds