Searched refs:hnode (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | skiplist.c | 69 (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 D | dympool.c | 141 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 D | dympool.h | 28 struct HlistNode hnode; member 34 return (DympMemory *)((char *)(node) - (uintptr_t)(&(((DympMemory *)0)->hnode))); in DympMemoryNodeEntry()
|
H A D | skiplist.h | 44 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 D | fillp_pcb.h | 55 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 D | fillp_common.c | 524 HlistAddTail(&(pcb->recv.nackList), &(nackNode->hnode)); in FillpAddNodeAtDelayNackListTail() 587 HlistAddAfter(list, node, &(newNackNode->hnode)); in FillpCheckAndUpdateDelayNackList()
|
Completed in 4 milliseconds