Lines Matching refs:next
47 struct CNT_List *next; /* Pointer to the next list node. */ member
67 struct CNT_List *next; /* Pointer to the next list node. */ member
112 CNT_List *p, *next; in __ghs_prof_clear_callcounts() local
115 for (p = __cntHead__; p; p = next) { in __ghs_prof_clear_callcounts()
116 next = p->next; in __ghs_prof_clear_callcounts()
126 p->next = __cntFreeList__; in __ghs_prof_clear_callcounts()
160 for (totalUsed = 0, p = __cntHead__; p; p = p->next) in __ghs_prof_dump_callcounts()
202 __cntFreeList__ = __cntFreeList__->next; in __ghs_prof_dump_callcounts()
228 for (p = __cntHead__; p; p = p->next) { in __ghs_prof_dump_callcounts()
264 temp->next = __cntFreeList__; in __ghs_prof_dump_callcounts()
314 __cntFreeList__ = __cntFreeList__->next; in __ghs_indmcount()
315 p->next = 0; in __ghs_indmcount()
336 __cntTail__->next = p; in __ghs_indmcount()