Searched refs:__cntHead__ (Results 1 – 1 of 1) sorted by relevance
82 static CNT_List *__cntHead__, *__cntTail__, *__cntFreeList__; variable115 for (p = __cntHead__; p; p = next) { in __ghs_prof_clear_callcounts()129 __cntHead__ = 0; in __ghs_prof_clear_callcounts()160 for (totalUsed = 0, p = __cntHead__; p; p = p->next) in __ghs_prof_dump_callcounts()228 for (p = __cntHead__; p; p = p->next) { in __ghs_prof_dump_callcounts()339 __cntHead__ = __cntTail__ = p; in __ghs_indmcount()