Searched refs:srtmMsgList (Results 1 – 1 of 1) sorted by relevance
47 static srtm_list_t srtmMsgList; variable63 if (srtmMsgList.next == NULL) in SRTM_MessagePool_Alloc()66 if (srtmMsgList.next == NULL) in SRTM_MessagePool_Alloc()69 SRTM_List_Init(&srtmMsgList); in SRTM_MessagePool_Alloc()72 SRTM_List_AddTail(&srtmMsgList, &srtmMsgs[i].node); in SRTM_MessagePool_Alloc()92 if (SRTM_List_IsEmpty(&srtmMsgList)) in SRTM_MessagePool_Alloc()101 buf = (void *)srtmMsgList.next; in SRTM_MessagePool_Alloc()102 SRTM_List_Remove(srtmMsgList.next); in SRTM_MessagePool_Alloc()128 SRTM_List_AddTail(&srtmMsgList, &msgBuf->node); in SRTM_MessagePool_Free()