Searched refs:pcbNode (Results 1 – 2 of 2) sorted by relevance
1107 struct HlistNode *pcbNode = FILLP_NULL_PTR; in FillpCalculateFairness() local1118 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()
767 struct HlistNode *pcbNode = FILLP_NULL_PTR; in SpungeHandleMsgSetNackDelay() local780 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()