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

  /src/sys/dev/ic/
icpvar.h 182 #define ICP_F_WAIT_CCB 0x01 /* someone waiting for CCBs */
icp.c 992 icp->icp_flags |= ICP_F_WAIT_CCB;
1011 if (__predict_false((icp->icp_flags & ICP_F_WAIT_CCB) != 0)) {
1012 icp->icp_flags &= ~ICP_F_WAIT_CCB;

Completed in 12 milliseconds