Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c49 #define HOSTINTF_MAX_ERR_MSG 8 macro
177 static struct hostIntfIntErrMsg mIntErrMsg[HOSTINTF_MAX_ERR_MSG];
225 if (atomicRead32bits(&mIntErrMsgCnt) == HOSTINTF_MAX_ERR_MSG) in hostIntfDeferErrLog()
233 mIntErrMsgIdx = (mIntErrMsgIdx + 1) % HOSTINTF_MAX_ERR_MSG; in hostIntfDeferErrLog()