Lines Matching refs:thash_t
929 } thash_t; typedef
950 thash_t *thash_head[THASH_SIZE];
1037 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ];
1422 thash_t **hash_tbl);
1465 static thash_t *allocate_thash (void);
1849 thash_t **hash_tbl /* pointer to hash table to use */) in add_aux_sym_tir()
1899 thash_t *hash_ptr; in add_aux_sym_tir()
1906 hash_ptr != (thash_t *)0; in add_aux_sym_tir()
1913 if (hash_ptr != (thash_t *) NULL && state == hash_yes) in add_aux_sym_tir()
1916 if (hash_ptr == (thash_t *) NULL) in add_aux_sym_tir()
4930 static thash_t *
4933 thash_t *ptr; in allocate_thash()
4934 static thash_t initial_thash; in allocate_thash()
4943 unallocated = PAGE_SIZE / sizeof (thash_t); in allocate_thash()
4953 ptr = XNEW (thash_t); in allocate_thash()