Searched refs:pNextNode (Results 1 – 4 of 4) sorted by relevance
583 struct list_head *pNextNode = l->next; in StableProbEstimation() local584 while (NULL != pNextNode) in StableProbEstimation()587 pL = (prob_node_t*)pNextNode; in StableProbEstimation()589 pNextNode = pNextNode->next; in StableProbEstimation()647 struct list_head* pNextNode = head->next; in StableIlluEstimation() local651 while (head != pNextNode) in StableIlluEstimation()653 pL = (illu_node_t*)pNextNode; in StableIlluEstimation()655 pNextNode = pNextNode->next; in StableIlluEstimation()
94 struct list_head *pNextNode = l->next; in StableIdxEstimation() local98 while (NULL != pNextNode) in StableIdxEstimation()100 pL = (idx_node_t*)pNextNode; in StableIdxEstimation()102 pNextNode = pNextNode->next; in StableIdxEstimation()
365 struct list_head* pNextNode = head->next; in StableIlluEstimation() local369 while (head != pNextNode) in StableIlluEstimation()371 pL = (illu_node_t*)pNextNode; in StableIlluEstimation()373 pNextNode = pNextNode->next; in StableIlluEstimation()
561 struct list_head* pNextNode = head->next; in StableIlluEstimation() local565 while (head != pNextNode) in StableIlluEstimation()567 pL = (illu_node_t*)pNextNode; in StableIlluEstimation()569 pNextNode = pNextNode->next; in StableIlluEstimation()