Searched refs:BlockHash (Results 1 – 1 of 1) sorted by relevance
47 static Block **BlockHash; variable68 BlockHash = calloc(sizeof(Block *), HSize); in cinit()75 base[i].b_HNext = BlockHash[hi]; in cinit()76 BlockHash[hi] = &base[i]; in cinit()118 pblk = &BlockHash[hi]; in cread()139 blk->b_HNext = BlockHash[hi]; in cread()140 BlockHash[hi] = blk; in cread()