Searched refs:pLast (Results 1 – 1 of 1) sorted by relevance
39 tListElem *pLast; in csr_list_remove_entry() local42 pLast = pEntry->last; in csr_list_remove_entry()44 pLast->next = pNext; in csr_list_remove_entry()45 pNext->last = pLast; in csr_list_remove_entry()64 tListElem *pLast; in csr_list_remove_tail() local67 pLast = pEntry->last; in csr_list_remove_tail()68 pHead->last = pLast; in csr_list_remove_tail()69 pLast->next = pHead; in csr_list_remove_tail()76 tListElem *pLast; in csr_list_insert_tail() local78 pLast = pHead->last; in csr_list_insert_tail()[all …]