Home
last modified time | relevance | path

Searched refs:HOSTINTF_MAX_ERR_MSG (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/src/
DhostIntf.c47 #define HOSTINTF_MAX_ERR_MSG 8 macro
161 static struct hostIntfIntErrMsg mIntErrMsg[HOSTINTF_MAX_ERR_MSG];
209 if (atomicRead32bits(&mIntErrMsgCnt) == HOSTINTF_MAX_ERR_MSG) in hostIntfDeferErrLog()
217 mIntErrMsgIdx = (mIntErrMsgIdx + 1) % HOSTINTF_MAX_ERR_MSG; in hostIntfDeferErrLog()