Searched defs:bm_hash (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootinfo.h80 native_ptr_t bm_hash; member in struct:boot_modules
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c179 dbmap_list_t bm_hash[BMAP_HASH_SIZE]; /* MRU hash table */ member in struct:dbitmap
219 bmap_list_t bm_hash[BMAP_HASH_SIZE]; /* MRU hash table */ member in struct:bitmap
391 hp = &bmp->bm_hash[h];
521 hp = &bmp->bm_hash[h];
677 hash_init(bmp->bm_hash);
698 bm_chunks_free(bmp->bm_hash);
999 hp = &bmp->bm_hash[h];
1066 hp = &bmp->bm_hash[h];
1136 hp = &bmp->bm_hash[h];
1417 hash_init((bmap_list_t *)bmp->bm_hash);
[all...]

Completed in 63 milliseconds