Searched refs:tnrhc_table (Results 1 – 2 of 2) sorted by relevance
43 tnrhc_hash_t *tnrhc_table[TSOL_MASK_TABLE_SIZE]; member104 if (read_table("tnrhc_table", twp->tnrhc_table, in tnrh_walk_init()111 free_table(twp->tnrhc_table, TSOL_MASK_TABLE_SIZE); in tnrh_walk_init()116 twp->hptr = twp->tnrhc_table; in tnrh_walk_init()134 if (twp->hptr == twp->tnrhc_table + in tnrh_walk_step()164 free_table(twp->tnrhc_table, TSOL_MASK_TABLE_SIZE); in tnrh_walk_fini()
64 tnrhc_hash_t *tnrhc_table[TSOL_MASK_TABLE_SIZE]; variable151 (void) tnrhc_init_table(tnrhc_table, 0, KM_SLEEP); in tcache_init()237 if (tnrhc_table[rhent->rh_prefix] == NULL) in tnrh_delete()240 tnrhc_hash = &tnrhc_table[rhent->rh_prefix][ in tnrh_delete()345 if (tnrhc_table[prefix] == NULL && in tnrh_hash_add()346 !tnrhc_init_table(tnrhc_table, prefix, in tnrh_hash_add()350 tnrhc_hash = &tnrhc_table[prefix][ in tnrh_hash_add()549 flush_rh_table(tnrhc_table, TSOL_MASK_TABLE_SIZE); in tnrh()1074 if ((tnrhc_table[i]) == NULL) in find_rhc()1078 tnrhc_hash = &tnrhc_table[i][ in find_rhc()[all …]