Lines Matching refs:table_instance

145 static void __table_instance_destroy(struct table_instance *ti)
151 static struct table_instance *table_instance_alloc(int new_size)
153 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL);
415 struct table_instance *ti, *ufid_ti;
455 struct table_instance *ti;
457 ti = container_of(rcu, struct table_instance, rcu);
462 struct table_instance *ti,
463 struct table_instance *ufid_ti,
479 struct table_instance *ti,
480 struct table_instance *ufid_ti)
505 static void table_instance_destroy(struct table_instance *ti,
506 struct table_instance *ufid_ti)
517 struct table_instance *ti = rcu_dereference_raw(table->ti);
518 struct table_instance *ufid_ti = rcu_dereference_raw(table->ufid_ti);
527 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti,
554 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash)
560 static void table_instance_insert(struct table_instance *ti,
569 static void ufid_table_instance_insert(struct table_instance *ti,
578 static void flow_table_copy_flows(struct table_instance *old,
579 struct table_instance *new, bool ufid)
605 static struct table_instance *table_instance_rehash(struct table_instance *ti,
608 struct table_instance *new_ti;
621 struct table_instance *old_ti, *new_ti;
622 struct table_instance *old_ufid_ti, *new_ufid_ti;
700 static struct sw_flow *masked_flow_lookup(struct table_instance *ti,
730 struct table_instance *ti,
793 struct table_instance *ti = rcu_dereference(tbl->ti);
852 struct table_instance *ti = rcu_dereference_ovsl(tbl->ti);
877 struct table_instance *ti = rcu_dereference_ovsl(tbl->ti);
922 struct table_instance *ti = rcu_dereference_ovsl(tbl->ufid_ti);
951 static struct table_instance *table_instance_expand(struct table_instance *ti,
960 struct table_instance *ti = ovsl_dereference(table->ti);
961 struct table_instance *ufid_ti = ovsl_dereference(table->ufid_ti);
1039 struct table_instance *new_ti = NULL;
1040 struct table_instance *ti;
1063 struct table_instance *ti;
1072 struct table_instance *new_ti;