Searched refs:pxPrevious (Results 1 – 2 of 2) sorted by relevance
67 pxList->xListEnd.pxPrevious = ( ListItem_t * ) &( pxList->xListEnd ); in vListInitialise()122 pxNewListItem->pxPrevious = pxIndex->pxPrevious; in vListInsertEnd()127 pxIndex->pxPrevious->pxNext = pxNewListItem; in vListInsertEnd()128 pxIndex->pxPrevious = pxNewListItem; in vListInsertEnd()163 pxIterator = pxList->xListEnd.pxPrevious; in vListInsert()200 pxNewListItem->pxNext->pxPrevious = pxNewListItem; in vListInsert()201 pxNewListItem->pxPrevious = pxIterator; in vListInsert()224 pxItemToRemove->pxNext->pxPrevious = pxItemToRemove->pxPrevious; in uxListRemove()225 pxItemToRemove->pxPrevious->pxNext = pxItemToRemove->pxNext; in uxListRemove()233 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 ); \