Home
last modified time | relevance | path

Searched refs:pcbNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1107 struct HlistNode *pcbNode = FILLP_NULL_PTR; in FillpCalculateFairness() local
1118 pcbNode = HLIST_FIRST(&inst->pcbList.list); in FillpCalculateFairness()
1119 while (pcbNode != FILLP_NULL_PTR) { in FillpCalculateFairness()
1120 pcb = SpungePcbListNodeEntry(pcbNode); in FillpCalculateFairness()
1121 pcbNode = pcbNode->next; in FillpCalculateFairness()
1151 pcbNode = HLIST_FIRST(&inst->pcbList.list); in FillpCalculateFairness()
1152 while (pcbNode != FILLP_NULL_PTR) { in FillpCalculateFairness()
1153 pcb = SpungePcbListNodeEntry(pcbNode); in FillpCalculateFairness()
1154 pcbNode = pcbNode->next; in FillpCalculateFairness()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c767 struct HlistNode *pcbNode = FILLP_NULL_PTR; in SpungeHandleMsgSetNackDelay() local
780 pcbNode = HLIST_FIRST(&SPUNGE_GET_CUR_INSTANCE()->pcbList.list); in SpungeHandleMsgSetNackDelay()
781 while (pcbNode != FILLP_NULL_PTR) { in SpungeHandleMsgSetNackDelay()
782 pcb = SpungePcbListNodeEntry(pcbNode); in SpungeHandleMsgSetNackDelay()
783 pcbNode = pcbNode->next; in SpungeHandleMsgSetNackDelay()