Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c54 #define BMAP_HASH_SIZE 64 macro
110 #define HASH(p) (((p) / BMAP_CHUNK_BITS) % BMAP_HASH_SIZE)
179 dbmap_list_t bm_hash[BMAP_HASH_SIZE]; /* MRU hash table */
219 bmap_list_t bm_hash[BMAP_HASH_SIZE]; /* MRU hash table */
481 for (i = 0; i < BMAP_HASH_SIZE; hp++, i++) in bm_chunks_free()
639 for (i = 0; i < BMAP_HASH_SIZE; hp++, i++) { in hash_init()