Lines Matching defs:thash_t
932 } thash_t;
953 thash_t *thash_head[THASH_SIZE];
1040 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ];
1427 thash_t **hash_tbl);
1470 static thash_t *allocate_thash (void);
1860 thash_t **hash_tbl /* pointer to hash table to use */)
1909 thash_t *hash_ptr;
4918 static thash_t *
4921 thash_t *ptr;
4930 unallocated = PAGE_SIZE / sizeof (thash_t);
4940 ptr = XNEW (thash_t);