Searched refs:BMAP_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
54 #define BMAP_HASH_SIZE 64 macro110 #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()