Searched refs:__cntFreeList__ (Results 1 – 1 of 1) sorted by relevance
82 static CNT_List *__cntHead__, *__cntTail__, *__cntFreeList__; variable126 p->next = __cntFreeList__; in __ghs_prof_clear_callcounts()127 __cntFreeList__ = p; in __ghs_prof_clear_callcounts()200 if (__cntFreeList__) { in __ghs_prof_dump_callcounts()201 temp = __cntFreeList__; in __ghs_prof_dump_callcounts()202 __cntFreeList__ = __cntFreeList__->next; in __ghs_prof_dump_callcounts()264 temp->next = __cntFreeList__; in __ghs_prof_dump_callcounts()265 __cntFreeList__ = temp; in __ghs_prof_dump_callcounts()312 if (__cntFreeList__) { in __ghs_indmcount()313 p = __cntFreeList__; in __ghs_indmcount()[all …]