Searched refs:pxPrevious (Results 1 – 2 of 2) sorted by relevance
66 …pxList->xListEnd.pxPrevious = ( ListItem_t * ) &( pxList->xListEnd ); /*lint !e826 !e740 !e9087 Th… in vListInitialise()113 pxNewListItem->pxPrevious = pxIndex->pxPrevious; in vListInsertEnd()118 pxIndex->pxPrevious->pxNext = pxNewListItem; in vListInsertEnd()119 pxIndex->pxPrevious = pxNewListItem; in vListInsertEnd()150 pxIterator = pxList->xListEnd.pxPrevious; in vListInsert()187 pxNewListItem->pxNext->pxPrevious = pxNewListItem; in vListInsert()188 pxNewListItem->pxPrevious = pxIterator; in vListInsert()205 pxItemToRemove->pxNext->pxPrevious = pxItemToRemove->pxPrevious; in uxListRemove()206 pxItemToRemove->pxPrevious->pxNext = pxItemToRemove->pxNext; in uxListRemove()214 pxList->pxIndex = pxItemToRemove->pxPrevious; in uxListRemove()
149 …struct xLIST_ITEM * configLIST_VOLATILE pxPrevious; /**< Pointer to the previous ListItem_t in the… member162 struct xLIST_ITEM * configLIST_VOLATILE pxPrevious; member320 ( pxItemToRemove )->pxNext->pxPrevious = ( pxItemToRemove )->pxPrevious; \321 ( pxItemToRemove )->pxPrevious->pxNext = ( pxItemToRemove )->pxNext; \325 pxList->pxIndex = ( pxItemToRemove )->pxPrevious; \368 ( pxNewListItem )->pxPrevious = pxIndex->pxPrevious; \370 pxIndex->pxPrevious->pxNext = ( pxNewListItem ); \371 pxIndex->pxPrevious = ( pxNewListItem ); \