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()
1898 thash_t *hash_ptr; in add_aux_sym_tir()
1905 hash_ptr != (thash_t *)0; in add_aux_sym_tir()
1912 if (hash_ptr != (thash_t *) NULL && state == hash_yes) in add_aux_sym_tir()
1915 if (hash_ptr == (thash_t *) NULL) in add_aux_sym_tir()
4925 static thash_t *
4928 thash_t *ptr; in allocate_thash()
4937 unallocated = PAGE_SIZE / sizeof (thash_t); in allocate_thash()
4947 ptr = XNEW (thash_t); in allocate_thash()