Searched refs:BlockHash (Results 1 – 1 of 1) sorted by relevance
69 static Block **BlockHash; variable90 BlockHash = calloc(sizeof(Block *), HSize); in cinit()97 base[i].b_HNext = BlockHash[hi]; in cinit()98 BlockHash[hi] = &base[i]; in cinit()140 pblk = &BlockHash[hi]; in cread()161 blk->b_HNext = BlockHash[hi]; in cread()162 BlockHash[hi] = blk; in cread()