Searched defs:thash (Results 1 – 1 of 1) sorted by relevance
925 typedef struct thash { struct926 struct thash *next; /* next hash value */ argument929 } thash_t; argument1037 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ]; member