Searched refs:BUFHASH_SIZE (Results 1 – 1 of 1) sorted by relevance
60 #define BUFHASH_SIZE 1024 macro63 struct bufnode hashtbl[BUFHASH_SIZE];85 #define BUFHASH(blk) ((blk) & (BUFHASH_SIZE-1))769 for (h = 0; h < BUFHASH_SIZE; h++) in init_hashtbl()