Home
last modified time | relevance | path

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

/kernel/uniproton/src/core/kernel/irq/
Dprt_irq.c243 struct TagHwiCombineNode *hwiCombineArray = NULL; in OsHwiCombineAlloc() local
248 hwiCombineArray = OsMemAlloc(OS_MID_HWI, OS_MEM_DEFAULT_FSC_PT, in OsHwiCombineAlloc()
250 if (hwiCombineArray == NULL) { in OsHwiCombineAlloc()
254 g_freeHwiComHead = hwiCombineArray; in OsHwiCombineAlloc()
258 hwiCombineArray[freeNum].next = &hwiCombineArray[freeNum + 1]; in OsHwiCombineAlloc()
259 hwiCombineArray[freeNum].cmbHook = OsHwiDefaultHandler; in OsHwiCombineAlloc()
262 hwiCombineArray[freeNum].cmbHook = OsHwiDefaultHandler; in OsHwiCombineAlloc()
263 hwiCombineArray[freeNum].next = NULL; in OsHwiCombineAlloc()