Searched refs:tc_b (Results 1 – 1 of 1) sorted by relevance
1409 if (tc_a == tc_b) { in swap_tables()1415 if (tc_a->no.subtype!=tc_b->no.subtype || tc_a->tflags!=tc_b->tflags) { in swap_tables()1422 (tc_b->limit != 0 && tc_a->count > tc_b->limit)) { in swap_tables()1447 tc_a->ta = tc_b->ta; in swap_tables()1448 tc_a->astate = tc_b->astate; in swap_tables()1449 tc_a->count = tc_b->count; in swap_tables()1452 tc_b->ta = ta; in swap_tables()1453 tc_b->astate = astate; in swap_tables()1454 tc_b->count = count; in swap_tables()1459 tc_b->ti_copy = tablestate[tc_b->no.kidx]; in swap_tables()[all …]