Lines Matching refs:HASHSZ
80 #define HASHSZ 2048 macro
118 for (i = 0; i < HASHSZ; i++) { in delete_breakpoints()
144 bpt_hashtable = my_malloc(HASHSZ * sizeof (struct bkpt *), in establish_breakpoints()
147 HASHSZ * sizeof (struct bkpt *)); in establish_breakpoints()
481 for (i = 0; i < HASHSZ; i++) { in set_deferred_breakpoints()
581 uint_t bucket[HASHSZ]; in report_htable_stats()
589 for (i = 0; i < HASHSZ; i++) { in report_htable_stats()
597 if (j < HASHSZ) in report_htable_stats()
601 Avg = (Total + HASHSZ / 2) / HASHSZ; in report_htable_stats()
607 for (i = 0; i < HASHSZ; i++) in report_htable_stats()
1079 for (i = 0; i < HASHSZ; i++) { in reset_breakpoints()
1129 for (i = 0; i < HASHSZ; i++) { in clear_breakpoints()
1161 for (i = 0; i < HASHSZ; i++) { in reestablish_traps()