Lines Matching refs:table_instance

146 static void __table_instance_destroy(struct table_instance *ti)
152 static struct table_instance *table_instance_alloc(int new_size)
154 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL);
416 struct table_instance *ti, *ufid_ti;
456 struct table_instance *ti;
458 ti = container_of(rcu, struct table_instance, rcu);
463 struct table_instance *ti,
464 struct table_instance *ufid_ti,
480 struct table_instance *ti,
481 struct table_instance *ufid_ti)
506 static void table_instance_destroy(struct table_instance *ti,
507 struct table_instance *ufid_ti)
518 struct table_instance *ti = rcu_dereference_raw(table->ti);
519 struct table_instance *ufid_ti = rcu_dereference_raw(table->ufid_ti);
528 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti,
555 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash)
561 static void table_instance_insert(struct table_instance *ti,
570 static void ufid_table_instance_insert(struct table_instance *ti,
579 static void flow_table_copy_flows(struct table_instance *old,
580 struct table_instance *new, bool ufid)
606 static struct table_instance *table_instance_rehash(struct table_instance *ti,
609 struct table_instance *new_ti;
622 struct table_instance *old_ti, *new_ti;
623 struct table_instance *old_ufid_ti, *new_ufid_ti;
701 static struct sw_flow *masked_flow_lookup(struct table_instance *ti,
731 struct table_instance *ti,
794 struct table_instance *ti = rcu_dereference(tbl->ti);
853 struct table_instance *ti = rcu_dereference_ovsl(tbl->ti);
878 struct table_instance *ti = rcu_dereference_ovsl(tbl->ti);
923 struct table_instance *ti = rcu_dereference_ovsl(tbl->ufid_ti);
952 static struct table_instance *table_instance_expand(struct table_instance *ti,
961 struct table_instance *ti = ovsl_dereference(table->ti);
962 struct table_instance *ufid_ti = ovsl_dereference(table->ufid_ti);
1040 struct table_instance *new_ti = NULL;
1041 struct table_instance *ti;
1064 struct table_instance *ti;
1073 struct table_instance *new_ti;