Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_mprf.c82 static CNT_List *__cntHead__, *__cntTail__, *__cntFreeList__; variable
126 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 …]