Searched refs:tablestate (Results 1 – 2 of 2) sorted by relevance
130 #define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k]))1208 struct table_info ti_old, ti_new, *tablestate; in flush_table() local1294 tablestate = (struct table_info *)ch->tablestate; in flush_table()1297 ti_old = tablestate[kidx]; in flush_table()1298 tablestate[kidx] = ti_new; in flush_table()1308 ta->change_ti(tc->astate, &tablestate[kidx]); in flush_table()1387 struct table_info ti, *tablestate; in swap_tables() local1436 tablestate = (struct table_info *)ch->tablestate; in swap_tables()1437 ti = tablestate[tc_a->no.kidx]; in swap_tables()1444 tablestate[tc_a->no.kidx] = tablestate[tc_b->no.kidx]; in swap_tables()[all …]
300 void *tablestate; /* runtime table info */ member