Searched refs:hash_num (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c1051 if (PROF_CNT_NE_0(stats->hash_num)) {
1099 if (PROF_CNT_NE_0(stats->hash_num)) {
1100 fprintf(stream, "%12s times hash table searched\n", PROF_CNT_TO_DECIMAL((char *)0, stats->hash_num));
1103 PROF_CNT_TO_LDOUBLE(stats->hash_search) / PROF_CNT_TO_LDOUBLE(stats->hash_num));
1199 PROF_CNT_LADD(old_stats->hash_num, new_stats->hash_num);
H A Dprofile-md.h356 prof_cnt_t hash_num; /* # times hash table searched */ member in struct:profile_stats
H A Dprofile-asm.s544 LCL(hash_num) = LCL(hash_search)+8 /* # times hash table searched */
545 LCL(user_ticks) = LCL(hash_num)+8 /* # ticks within user space */
648 #define V_hash_num LCL(hash_num)

Completed in 33 milliseconds