Searched refs:HASHSZ (Results 1 – 4 of 4) sorted by relevance
80 #define HASHSZ 2048 macro118 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()[all …]
260 #define HASHSZ 2048 /* power of 2 */ macro262 ((uintptr_t)(resultp) >> 2)) & (HASHSZ - 1))
317 (void) munmap((void *)_aio_hash, HASHSZ * sizeof (aio_hash_t)); in postfork1_child_aio()
185 HASHSZ * sizeof (aio_hash_t), PROT_READ | PROT_WRITE, in __uaio_init()191 for (i = 0; i < HASHSZ; i++) in __uaio_init()