Searched refs:lpnext (Results 1 – 1 of 1) sorted by relevance
1581 SegLock *lp, *lpnext; in lock_destroyall() local1587 for (lp = lock_free_list; lp != NULL; lp = lpnext) { in lock_destroyall()1589 lpnext = lp->next; in lock_destroyall()