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 )
291 ( pxConstList )->pxIndex = ( pxConstList )->pxIndex->pxNext; \
294 ( pxConstList )->pxIndex = ( pxConstList )->xListEnd.pxNext; \
328 … ( pxItemToRemove )->pxNext->pxPrevious = ( pxItemToRemove )->pxPrevious; \
329 … ( pxItemToRemove )->pxPrevious->pxNext = ( pxItemToRemove )->pxNext; \
375 … ( pxNewListItem )->pxNext = pxIndex; \
378 … pxIndex->pxPrevious->pxNext = ( pxNewListItem ); \
403 #define listGET_OWNER_OF_HEAD_ENTRY( pxList ) ( ( &( ( pxList )->xListEnd ) )->pxNext->p…