/kernel/liteos_a/apps/shell/include/ |
D | shell_list.h | 51 struct SH_List *pstPrev; /**< Current node's pointer to the previous node */ member 75 list->pstPrev = list; in SH_ListInit() 120 #define SH_LIST_LAST(object) ((object)->pstPrev) 144 node->pstPrev = list; in SH_ListAdd() 145 list->pstNext->pstPrev = node; in SH_ListAdd() 174 SH_ListAdd(list->pstPrev, node); in SH_ListTailInsert() 226 node->pstNext->pstPrev = node->pstPrev; in SH_ListDelete() 227 node->pstPrev->pstNext = node->pstNext; in SH_ListDelete() 229 node->pstPrev = NULL; in SH_ListDelete() 286 SH_List *newListTail = newList->pstPrev; in SH_ListAddList() [all …]
|
/kernel/liteos_a/kernel/include/ |
D | los_list.h | 53 struct LOS_DL_LIST *pstPrev; /**< Current node's pointer to the previous node */ member 77 list->pstPrev = list; in LOS_ListInit() 145 #define LOS_DL_LIST_IS_ON_QUEUE(node) ((node)->pstPrev != NULL && (node)->pstNext != NULL) 167 #define LOS_DL_LIST_LAST(object) ((object)->pstPrev) 191 node->pstPrev = list; in LOS_ListAdd() 192 list->pstNext->pstPrev = node; in LOS_ListAdd() 217 LOS_ListAdd(list->pstPrev, node); in LOS_ListTailInsert() 265 node->pstNext->pstPrev = node->pstPrev; in LOS_ListDelete() 266 node->pstPrev->pstNext = node->pstNext; in LOS_ListDelete() 268 node->pstPrev = NULL; in LOS_ListDelete() [all …]
|
/kernel/liteos_m/utils/ |
D | los_list.h | 53 struct LOS_DL_LIST *pstPrev; /**< Current node's pointer to the previous node */ member 78 list->pstPrev = list; in LOS_ListInit() 125 node->pstPrev = list; in LOS_ListAdd() 126 list->pstNext->pstPrev = node; in LOS_ListAdd() 151 LOS_ListAdd(list->pstPrev, node); in LOS_ListTailInsert() 200 node->pstNext->pstPrev = node->pstPrev; in LOS_ListDelete() 201 node->pstPrev->pstNext = node->pstNext; in LOS_ListDelete() 203 node->pstPrev = (LOS_DL_LIST *)NULL; in LOS_ListDelete() 353 list->pstNext->pstPrev = list->pstPrev; in LOS_ListDelInit() 354 list->pstPrev->pstNext = list->pstNext; in LOS_ListDelInit()
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/secure/ |
D | los_secure_heap.c | 62 head->pstPrev = head; in OsSecureHeapListInit() 68 node->pstNext->pstPrev = node->pstPrev; in OsSecureHeapListDelete() 69 node->pstPrev->pstNext = node->pstNext; in OsSecureHeapListDelete() 71 node->pstPrev = NULL; in OsSecureHeapListDelete() 77 node->pstPrev = listNode; in OsSecureHeapListAdd() 78 listNode->pstNext->pstPrev = node; in OsSecureHeapListAdd() 101 node->freeNode.pstPrev = NULL; in OsSecureHeapClearNode() 207 if ((g_secureHeapFreeList.pstPrev == NULL) && in HalSecureMalloc()
|
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/secure/ |
D | los_secure_heap.c | 61 head->pstPrev = head; in OsSecureHeapListInit() 67 node->pstNext->pstPrev = node->pstPrev; in OsSecureHeapListDelete() 68 node->pstPrev->pstNext = node->pstNext; in OsSecureHeapListDelete() 70 node->pstPrev = NULL; in OsSecureHeapListDelete() 76 node->pstPrev = listNode; in OsSecureHeapListAdd() 77 listNode->pstNext->pstPrev = node; in OsSecureHeapListAdd() 100 node->freeNode.pstPrev = NULL; in OsSecureHeapClearNode() 206 if ((g_secureHeapFreeList.pstPrev == NULL) && in HalSecureMalloc()
|
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/secure/ |
D | los_secure_heap.c | 61 head->pstPrev = head; in OsSecureHeapListInit() 67 node->pstNext->pstPrev = node->pstPrev; in OsSecureHeapListDelete() 68 node->pstPrev->pstNext = node->pstNext; in OsSecureHeapListDelete() 70 node->pstPrev = NULL; in OsSecureHeapListDelete() 76 node->pstPrev = listNode; in OsSecureHeapListAdd() 77 listNode->pstNext->pstPrev = node; in OsSecureHeapListAdd() 100 node->freeNode.pstPrev = NULL; in OsSecureHeapClearNode() 206 if ((g_secureHeapFreeList.pstPrev == NULL) && in HalSecureMalloc()
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/secure/ |
D | los_secure_heap.c | 62 head->pstPrev = head; in OsSecureHeapListInit() 68 node->pstNext->pstPrev = node->pstPrev; in OsSecureHeapListDelete() 69 node->pstPrev->pstNext = node->pstNext; in OsSecureHeapListDelete() 71 node->pstPrev = NULL; in OsSecureHeapListDelete() 77 node->pstPrev = listNode; in OsSecureHeapListAdd() 78 listNode->pstNext->pstPrev = node; in OsSecureHeapListAdd() 101 node->freeNode.pstPrev = NULL; in OsSecureHeapClearNode() 207 if ((g_secureHeapFreeList.pstPrev == NULL) && in HalSecureMalloc()
|
/kernel/liteos_m/kernel/src/ |
D | los_event.c | 80 if ((eventCB->stEventList.pstNext == NULL) || (eventCB->stEventList.pstPrev == NULL)) { in OsEventReadParamCheck() 157 if ((eventCB->stEventList.pstNext == NULL) || (eventCB->stEventList.pstPrev == NULL)) { in LOS_EventWrite() 205 eventCB->stEventList.pstPrev = (LOS_DL_LIST *)NULL; in LOS_EventDestroy()
|
D | los_sortlink.c | 66 LOS_DL_LIST *prevNode = head->pstPrev; in OsAddNode2SortLink() 74 prevNode = prevNode->pstPrev; in OsAddNode2SortLink()
|
/kernel/liteos_a/kernel/base/sched/ |
D | los_sortlink.c | 62 LOS_DL_LIST *prevNode = head->pstPrev; in AddNode2SortLink() 71 prevNode = prevNode->pstPrev; in AddNode2SortLink()
|
/kernel/liteos_a/kernel/base/ipc/ |
D | los_futex.c | 199 LOS_DL_LIST *futexList = oldHeadNode->futexList.pstPrev; in OsFutexReplaceQueueListHeadNode() 202 if ((newHeadNode->queueList.pstNext == NULL) || (newHeadNode->queueList.pstPrev == NULL)) { in OsFutexReplaceQueueListHeadNode() 338 LOS_DL_LIST *listTail = queueList->pstPrev; in OsFutexInsertFindFormBackToFront() 340 for (; listHead != listTail; listTail = listTail->pstPrev) { in OsFutexInsertFindFormBackToFront() 352 if (listTail->pstPrev == listHead) { in OsFutexInsertFindFormBackToFront() 365 LOS_DL_LIST *listTail = queueList->pstPrev; in OsFutexInsertFindFromFrontToBack() 874 futexList = oldHeadNode->futexList.pstPrev; in OsFutexRequeueSplitTwoLists() 882 oldHeadNode->queueList.pstPrev = &nextNode->queueList; in OsFutexRequeueSplitTwoLists() 884 newHeadNode->queueList.pstPrev = &tailNode->queueList; in OsFutexRequeueSplitTwoLists()
|
D | los_mux.c | 291 if ((mutex->muxList.pstPrev == NULL) || (mutex->muxList.pstNext == NULL)) { in OsMuxPendOp()
|
/kernel/liteos_m/components/lmk/ |
D | los_lmk.c | 85 opsNode = LOS_DL_LIST_ENTRY(g_losLmkOps.lmkOpsList.pstPrev, LosLmkOpsNode, node); in LOS_LmkOpsNodeRegister() 95 LOS_ListHeadInsert((&opsNode->node)->pstPrev, &lmkNode->node); in LOS_LmkOpsNodeRegister()
|
/kernel/liteos_m/components/shell/src/base/ |
D | shcmd.c | 220 for (cmdItem = LOS_DL_LIST_ENTRY((&cmdInfo.cmdList.list)->pstPrev, CmdItemNode, list); in OsCmdAscendingInsert() 222 cmdNext = LOS_DL_LIST_ENTRY(cmdItem->list.pstPrev, CmdItemNode, list); in OsCmdAscendingInsert()
|
/kernel/liteos_a/shell/full/src/base/ |
D | shcmd.c | 574 for (cmdItem = LOS_DL_LIST_ENTRY((&g_cmdInfo.cmdList.list)->pstPrev, CmdItemNode, list); in OsCmdAscendingInsert() 576 cmdNext = LOS_DL_LIST_ENTRY(cmdItem->list.pstPrev, CmdItemNode, list); in OsCmdAscendingInsert() 711 cmdtmp = LOS_DL_LIST_ENTRY(cmdMask->list.pstPrev, CmdKeyLink, list); in OsShellHistoryShow()
|
D | shmsg.c | 80 cmdNxt = LOS_DL_LIST_ENTRY(cmdHistory->list.pstPrev, CmdKeyLink, list); in ShellSaveHistoryCmd()
|
/kernel/liteos_a/fs/vfs/bcache/src/ |
D | bcache.c | 466 node = bc->listHead.pstPrev; in GetSlowBlock() 469 node = block->listNode.pstPrev; in GetSlowBlock() 608 node = bc->listHead.pstPrev; in BcacheSync() 616 node = node->pstPrev; in BcacheSync()
|
/kernel/liteos_a/compat/posix/src/ |
D | pthread_cond.c | 47 if ((cond->event.stEventList.pstPrev == NULL) && in CondInitCheck()
|
/kernel/liteos_m/kal/posix/src/ |
D | pthread_cond.c | 129 if ((cond->event.stEventList.pstPrev == NULL) && in CondInitCheck()
|
/kernel/liteos_a/apps/shell/src/ |
D | shcmd.c | 559 cmdtmp = SH_LIST_ENTRY(cmdMask->list.pstPrev, CmdKeyLink, list); in OsShellHistoryShow()
|
D | shmsg.c | 93 cmdNxt = SH_LIST_ENTRY(cmdHistory->list.pstPrev, CmdKeyLink, list); in ShellSaveHistoryCmd()
|
/kernel/liteos_a/fs/fat/os_adapt/ |
D | fatfs.c | 1756 dfp_new->fno.fp_list.pstPrev = dfp_old->fno.fp_list.pstPrev; in fatfs_rename()
|