Searched refs:freeMsgCount (Results 1 – 1 of 1) sorted by relevance
50 static uint32_t freeMsgCount; variable75 freeMsgCount = sizeof(srtmMsgs) / sizeof(srtm_message_buf_t); in SRTM_MessagePool_Alloc()76 minFreeMsgCount = freeMsgCount; in SRTM_MessagePool_Alloc()104 freeMsgCount--; in SRTM_MessagePool_Alloc()105 if (freeMsgCount < minFreeMsgCount) in SRTM_MessagePool_Alloc()107 minFreeMsgCount = freeMsgCount; in SRTM_MessagePool_Alloc()130 freeMsgCount++; in SRTM_MessagePool_Free()