Home
last modified time | relevance | path

Searched refs:hnode (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dskiplist.c69 (void)memset_s(list->hnode, sizeof(list->hnode), 0, sizeof(list->hnode)); in SkiplistInit()
99 (void)memset_s(list->hnode, sizeof(list->hnode), 0, sizeof(list->hnode)); in SkiplistDestroy()
126 list->hnode[index] = head->forward[index]; in SkipListPopValue()
128 if (list->hnode[index] == FILLP_NULL_PTR) { in SkipListPopValue()
133 list->hnode[index]->pre[index] = FILLP_NULL_PTR; in SkipListPopValue()
176 list->hnode[inde in SkipListPopTail()
[all...]
H A Ddympool.c141 HLIST_INIT_NODE(&mem->hnode); in DympExpandMemory()
142 HlistAddTail(&pool->mlist, &mem->hnode); in DympExpandMemory()
169 HlistDelete(&pool->mlist, &mem->hnode); in DympExpandMemory()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Ddympool.h28 struct HlistNode hnode; member
34 return (DympMemory *)((char *)(node) - (uintptr_t)(&(((DympMemory *)0)->hnode))); in DympMemoryNodeEntry()
H A Dskiplist.h44 struct SkipListNode *hnode[MAX_SKIPLIST_LEVEL]; /* point to the first node of each level */ member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h55 struct HlistNode hnode; member
63 return (struct FillpNackNode *)((char *)(node) - (uintptr_t)(&(((struct FillpNackNode *)0)->hnode))); in FillpNackNodeEntry()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c524 HlistAddTail(&(pcb->recv.nackList), &(nackNode->hnode)); in FillpAddNodeAtDelayNackListTail()
587 HlistAddAfter(list, node, &(newNackNode->hnode)); in FillpCheckAndUpdateDelayNackList()

Completed in 4 milliseconds