Searched defs:nextNode (Results 1 - 9 of 9) sorted by relevance
/kernel/liteos_m/kernel/src/ |
H A D | los_sortlink.c | 119 LOS_DL_LIST *nextNode = head->pstNext; in SortLinkNodeTimeUpdate() local
|
/kernel/uniproton/src/core/kernel/include/ |
H A D | prt_list_external.h | 61 OS_SEC_ALW_INLINE INLINE void ListLowLevelDelete(struct TagListObject *prevNode, struct TagListObject *nextNode) in ListLowLevelDelete() argument
|
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/secure/ |
H A D | los_secure_heap.c | 106 struct OsSecureHeapNode *nextNode = NULL;
in OsSecureHeapMergeNode() local 117 struct OsSecureHeapNode *nextNode = NULL;
in OsSecureHeapSplitNode() local 136 struct OsSecureHeapNode *nextNode in OsSecureHeapFreeNode() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/secure/ |
H A D | los_secure_heap.c | 107 struct OsSecureHeapNode *nextNode = NULL;
in OsSecureHeapMergeNode() local 118 struct OsSecureHeapNode *nextNode = NULL;
in OsSecureHeapSplitNode() local 137 struct OsSecureHeapNode *nextNode in OsSecureHeapFreeNode() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/secure/ |
H A D | los_secure_heap.c | 106 struct OsSecureHeapNode *nextNode = NULL;
in OsSecureHeapMergeNode() local 117 struct OsSecureHeapNode *nextNode = NULL;
in OsSecureHeapSplitNode() local 136 struct OsSecureHeapNode *nextNode in OsSecureHeapFreeNode() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/secure/ |
H A D | los_secure_heap.c | 107 struct OsSecureHeapNode *nextNode = NULL;
in OsSecureHeapMergeNode() local 118 struct OsSecureHeapNode *nextNode = NULL;
in OsSecureHeapSplitNode() local 137 struct OsSecureHeapNode *nextNode in OsSecureHeapFreeNode() local [all...] |
/kernel/liteos_a/kernel/base/ipc/ |
H A D | los_futex.c | 214 FutexNode *nextNode = NULL; in OsFutexDeleteKeyNodeFromHash() local 277 FutexNode *nextNode = NULL; in OsFutexDeleteAlreadyWakeTaskAndGetNext() local 677 OsFutexCheckAndWakePendTask(FutexNode *headNode, const INT32 wakeNumber, FutexHash *hashNode, FutexNode **nextNode, BOOL *wakeAny) OsFutexCheckAndWakePendTask() argument 802 FutexNode *nextNode = NULL; OsFutexRequeueInsertNewKey() local 856 FutexNode *nextNode = NULL; OsFutexRequeueSplitTwoLists() local [all...] |
/kernel/liteos_a/kernel/base/mem/tlsf/ |
H A D | los_memory.c | 313 struct OsMemNodeHead *nextNode = NULL; in PreSentinelNodeGet() local 788 struct OsMemNodeHead *nextNode = NULL; in OsMemMergeNode() local 800 struct OsMemNodeHead *nextNode = NULL; in OsMemSplitNode() local 1211 const struct OsMemNodeHead *nextNode = OS_MEM_NEXT_NODE(node); MemCheckUsedNode() local 1284 struct OsMemNodeHead *nextNode = OS_MEM_NEXT_NODE(node); /* merage nextNode */ OsMemFree() local 1372 OsMemMergeNodeForReAllocBigger(VOID *pool, UINT32 allocSize, struct OsMemNodeHead *node, UINT32 nodeSize, struct OsMemNodeHead *nextNode) OsMemMergeNodeForReAllocBigger() argument 1420 struct OsMemNodeHead *nextNode = NULL; OsMemRealloc() local [all...] |
/kernel/liteos_m/kernel/src/mm/ |
H A D | los_memory.c | 394 struct OsMemNodeHead *nextNode = NULL;
local 810 struct OsMemNodeHead *nextNode = NULL;
local 822 struct OsMemNodeHead *nextNode local 1240 struct OsMemNodeHead *nextNode = NULL; global() local 1321 struct OsMemNodeHead *nextNode = OS_MEM_NEXT_NODE(node); /* merage nextNode */ global() local 1421 OsMemMergeNodeForReAllocBigger(VOID *pool, UINT32 allocSize, struct OsMemNodeHead *node, UINT32 nodeSize, struct OsMemNodeHead *nextNode) global() argument 1448 struct OsMemNodeHead *nextNode = NULL; global() local [all...] |
Completed in 9 milliseconds