Searched defs:LOS_DL_LIST (Results 1 – 2 of 2) sorted by relevance
52 typedef struct LOS_DL_LIST { struct53 struct LOS_DL_LIST *pstPrev; /**< Current node's pointer to the previous node */ argument54 struct LOS_DL_LIST *pstNext; /**< Current node's pointer to the next node */ argument55 } LOS_DL_LIST; typedef