Searched refs:bm_hash (Results 1 – 3 of 3) sorted by relevance
179 dbmap_list_t bm_hash[BMAP_HASH_SIZE]; /* MRU hash table */ member219 bmap_list_t bm_hash[BMAP_HASH_SIZE]; /* MRU hash table */ member391 hp = &bmp->bm_hash[h]; in bm_chunk_setup()521 hp = &bmp->bm_hash[h]; in bm_chunk_find()677 hash_init(bmp->bm_hash); in bm_alloc()698 bm_chunks_free(bmp->bm_hash); in bm_free()999 hp = &bmp->bm_hash[h]; in dbm_chunk_load()1066 hp = &bmp->bm_hash[h]; in dbm_chunk_alloc()1136 hp = &bmp->bm_hash[h]; in dbm_chunk_find()1417 hash_init((bmap_list_t *)bmp->bm_hash); in dbm_alloc()
826 ascii = (const char *)(uintptr_t)modules[midx].bm_hash; in check_image_hash()876 modules[i].bm_hash == NULL) { in check_images()881 (void *)(uintptr_t)modules[i].bm_hash, in check_images()940 modules[midx].bm_hash = NULL; in process_module()980 modules[midx].bm_hash = in process_module()1010 if (modules[0].bm_hash != NULL || in fixup_modules()1011 modules_used > 1 && modules[1].bm_hash != NULL) { in fixup_modules()1035 modules[i].bm_hash != NULL) { in assign_module_hashes()1051 modules[i].bm_hash = modules[j].bm_addr; in assign_module_hashes()
80 native_ptr_t bm_hash; member