Searched refs:pNext (Results 1 – 10 of 10) sorted by relevance
304 CurrNode = CurrNode->pNext; in utopia_create_instance_table()312 PreNode->pNext = CurrNode; in utopia_create_instance_table()364 CurrNode = CurrNode->pNext; in utopia_delete_instance_table()394 NextNode = CurrNode->pNext; in utopia_delete_instance_table()400 NextNode = CurrNode->pNext; in utopia_delete_instance_table()402 PreNode->pNext = NextNode; in utopia_delete_instance_table()668 CurrNode = (NULL == CurrNode->pNext)?g_Utopia_PID_root:CurrNode->pNext; in UtopiaModuleGetLocalInstantList()
197 struct list_head *pNext = pHead->next; in ms_list_join() local202 pLast->next = pNext; in ms_list_join()203 pNext->prev = pLast; in ms_list_join()
1925 struct ehci_qh *pNext; in ms_end_unlink_async() local1943 pNext = pQh->pReclaimQh; in ms_end_unlink_async()1944 pEhci->stReclaim = pNext; in ms_end_unlink_async()1962 if (pNext) in ms_end_unlink_async()1965 ms_start_unlink_async (pEhci, pNext); in ms_end_unlink_async()
166 UTOPIA_PID_LIST* pNext; member
436 CurrNode = CurrNode->pNext; in utopia_garbage_collection()