Home
last modified time | relevance | path

Searched defs:LOS_DL_LIST (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_m/utils/
Dlos_list.h52 typedef struct LOS_DL_LIST { struct
53 struct LOS_DL_LIST *pstPrev; /**< Current node's pointer to the previous node */ argument
54 struct LOS_DL_LIST *pstNext; /**< Current node's pointer to the next node */ argument
55 } LOS_DL_LIST; typedef
/kernel/liteos_a/kernel/include/
Dlos_list.h52 typedef struct LOS_DL_LIST { struct
53 struct LOS_DL_LIST *pstPrev; /**< Current node's pointer to the previous node */ argument
54 struct LOS_DL_LIST *pstNext; /**< Current node's pointer to the next node */ argument
55 } LOS_DL_LIST; typedef