Searched refs:tablestate (Results 1 – 2 of 2) sorted by relevance
101 #define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k]))939 struct table_info ti_old, ti_new, *tablestate; in flush_table() local990 tablestate = (struct table_info *)ch->tablestate; in flush_table()993 ti_old = tablestate[kidx]; in flush_table()994 tablestate[kidx] = ti_new; in flush_table()1004 ta->change_ti(tc->astate, &tablestate[kidx]); in flush_table()1083 struct table_info ti, *tablestate; in swap_tables() local1128 tablestate = (struct table_info *)ch->tablestate; in swap_tables()1129 ti = tablestate[tc_a->no.kidx]; in swap_tables()1136 tablestate[tc_a->no.kidx] = tablestate[tc_b->no.kidx]; in swap_tables()[all …]
311 void *tablestate; /* runtime table info */ member