Searched refs:MAX_CACHE (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.h325 #define MAX_CACHE 3 /* # cache table entries */ macro
331 struct hasharc *cache_ptr[MAX_CACHE]; /* cache element pointers */
375 prof_cnt_t cache_hits[MAX_CACHE]; /* # times nth cache entry matched */
H A Dprofile-md.c442 pv->md.num_cache = MAX_CACHE;
1075 for (i = 0; i < MAX_CACHE; i++) {
1088 for (i = 0; i < MAX_CACHE; i++) {
1233 for (i = 0; i < MAX_CACHE; i++) {

Completed in 24 milliseconds