Lines Matching refs:pnext
715 SyncTriggerList *ptl, *pnext;
721 for (ptl = pCounter->sync.pTriglist; ptl; ptl = pnext) {
722 pnext = ptl->next;
727 * trigger list nodes - potentially including pnext. Verify
728 * pnext is still on the counter's trigger list; if not,
736 if (pnext) {
739 if (tmp == pnext)
743 pnext = pCounter->sync.pTriglist;
1183 SyncTriggerList *ptl, *pnext;
1186 nt_list_for_each_entry_safe(ptl, pnext, pCounter->sync.pTriglist, next) {
1189 pCounter->sync.pTriglist = pnext;