Searched refs:BlockHash (Results 1 – 1 of 1) sorted by relevance
45 static Block **BlockHash; variable66 BlockHash = calloc(sizeof(Block *), HSize); in cinit()73 base[i].b_HNext = BlockHash[hi]; in cinit()74 BlockHash[hi] = &base[i]; in cinit()116 pblk = &BlockHash[hi]; in cread()137 blk->b_HNext = BlockHash[hi]; in cread()138 BlockHash[hi] = blk; in cread()