Lines Matching refs:pxNext
148 …struct xLIST_ITEM * configLIST_VOLATILE pxNext; /**< Pointer to the next ListItem_t in the lis… member
161 struct xLIST_ITEM * configLIST_VOLATILE pxNext; member
225 #define listGET_ITEM_VALUE_OF_HEAD_ENTRY( pxList ) ( ( ( pxList )->xListEnd ).pxNext->xItemV…
233 #define listGET_HEAD_ENTRY( pxList ) ( ( ( pxList )->xListEnd ).pxNext )
241 #define listGET_NEXT( pxListItem ) ( ( pxListItem )->pxNext )
290 ( pxConstList )->pxIndex = ( pxConstList )->pxIndex->pxNext; \
293 ( pxConstList )->pxIndex = ( pxConstList )->xListEnd.pxNext; \
320 ( pxItemToRemove )->pxNext->pxPrevious = ( pxItemToRemove )->pxPrevious; \
321 ( pxItemToRemove )->pxPrevious->pxNext = ( pxItemToRemove )->pxNext; \
367 ( pxNewListItem )->pxNext = pxIndex; \
370 pxIndex->pxPrevious->pxNext = ( pxNewListItem ); \
395 #define listGET_OWNER_OF_HEAD_ENTRY( pxList ) ( ( &( ( pxList )->xListEnd ) )->pxNext->p…