Home
last modified time | relevance | path

Searched defs:newList (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_a/kernel/include/
H A Dlos_list.h316 LITE_OS_SEC_ALW_INLINE STATIC INLINE VOID LOS_ListAddList(LOS_DL_LIST *oldList, LOS_DL_LIST *newList) in LOS_ListAddList() argument
348 LITE_OS_SEC_ALW_INLINE STATIC INLINE VOID LOS_ListTailInsertList(LOS_DL_LIST *oldList, LOS_DL_LIST *newList) in LOS_ListTailInsertList() argument
372 LITE_OS_SEC_ALW_INLINE STATIC INLINE VOID LOS_ListHeadInsertList(LOS_DL_LIST *oldList, LOS_DL_LIST *newList) in LOS_ListHeadInsertList() argument
[all...]
/kernel/liteos_a/apps/shell/include/
H A Dshell_list.h281 static inline void SH_ListAddList(SH_List *oldList, SH_List *newList) in SH_ListAddList() argument
313 static inline void SH_ListTailInsertList(SH_List *oldList, SH_List *newList) in SH_ListTailInsertList() argument
337 static inline void SH_ListHeadInsertList(SH_List *oldList, SH_List *newList) in SH_ListHeadInsertList() argument
[all...]
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_other.c331 struct dirent **newList = NULL; in scandir_get_file_list() local

Completed in 3 milliseconds