Searched refs:g_queueTable (Results 1 – 2 of 2) sorted by relevance
36 STATIC struct mqarray g_queueTable[LOSCFG_BASE_IPC_QUEUE_LIMIT]; variable119 … if ((g_queueTable[index].mq_name == NULL) || (strlen(g_queueTable[index].mq_name) != mylen)) { in GetMqueueCBByName()123 if (strncmp(name, (const CHAR *)(g_queueTable[index].mq_name), mylen) == 0) { in GetMqueueCBByName()124 return &(g_queueTable[index]); in GetMqueueCBByName()189 if (g_queueTable[GET_QUEUE_INDEX(mqueueID)].mqcb == NULL) { in DoMqueueCreate()190 mqueueCB = &(g_queueTable[GET_QUEUE_INDEX(mqueueID)]); in DoMqueueCreate()
50 STATIC struct mqarray g_queueTable[LOSCFG_BASE_IPC_QUEUE_LIMIT]; variable55 #define IPC_QUEUE_TABLE g_queueTable