Home
last modified time | relevance | path

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

/system/wlan/ti/wilink_6_1/utils/
Dqueue.c74 static INLINE void InsertNode( TQueNodeHdr *pNode, TQueNodeHdr *pPrev, TQueNodeHdr *pNext) in InsertNode() function
96 InsertNode (pNode, pListHead, pListHead->pNext); in AddToHead()
104 InsertNode( pNode, pListHead->pPrev, pListHead ); in AddToTail()