Home
last modified time | relevance | path

Searched refs:__cntHead__ (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_mprf.c82 static CNT_List *__cntHead__, *__cntTail__, *__cntFreeList__; variable
115 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()