Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDlist.h144 struct xLIST_ITEM struct
148 …struct xLIST_ITEM * configLIST_VOLATILE pxNext; /**< Pointer to the next ListItem_t in the lis… argument
149 …struct xLIST_ITEM * configLIST_VOLATILE pxPrevious; /**< Pointer to the previous ListItem_t in the… argument
154 typedef struct xLIST_ITEM ListItem_t; /* For some reason lint wants this as two s… argument
161 struct xLIST_ITEM * configLIST_VOLATILE pxNext;
162 struct xLIST_ITEM * configLIST_VOLATILE pxPrevious;
166 typedef struct xLIST_ITEM MiniListItem_t;
/Kernel-v10.6.2/
HDHistory.txt229 are both typedefs of the same struct xLIST_ITEM. This addresses some issues