Lines Matching defs:ti
177 static void __table_instance_destroy(struct table_instance *ti) in __table_instance_destroy()
185 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL); in table_instance_alloc() local
206 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init() local
232 struct table_instance *ti = container_of(rcu, struct table_instance, rcu); in flow_tbl_destroy_rcu_cb() local
237 static void table_instance_destroy(struct table_instance *ti, in table_instance_destroy()
280 struct table_instance *ti = rcu_dereference_raw(table->ti); in ovs_flow_tbl_destroy() local
286 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti, in ovs_flow_tbl_dump_next()
313 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash) in find_bucket()
320 static void table_instance_insert(struct table_instance *ti, in table_instance_insert()
329 static void ufid_table_instance_insert(struct table_instance *ti, in ufid_table_instance_insert()
367 static struct table_instance *table_instance_rehash(struct table_instance *ti, in table_instance_rehash()
466 static struct sw_flow *masked_flow_lookup(struct table_instance *ti, in masked_flow_lookup()
490 struct table_instance *ti = rcu_dereference_ovsl(tbl->ti); in ovs_flow_tbl_lookup_stats() local
515 struct table_instance *ti = rcu_dereference_ovsl(tbl->ti); in ovs_flow_tbl_lookup_exact() local
554 struct table_instance *ti = rcu_dereference_ovsl(tbl->ufid_ti); in ovs_flow_tbl_lookup_ufid() local
580 static struct table_instance *table_instance_expand(struct table_instance *ti, in table_instance_expand()
607 struct table_instance *ti = ovsl_dereference(table->ti); in ovs_flow_tbl_remove() local
688 struct table_instance *ti; in flow_key_insert() local
711 struct table_instance *ti; in flow_ufid_insert() local