ufid_ti 169 net/openvswitch/flow_table.c struct table_instance *ti, *ufid_ti; ufid_ti 176 net/openvswitch/flow_table.c ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS); ufid_ti 177 net/openvswitch/flow_table.c if (!ufid_ti) ufid_ti 181 net/openvswitch/flow_table.c rcu_assign_pointer(table->ufid_ti, ufid_ti); ufid_ti 201 net/openvswitch/flow_table.c struct table_instance *ufid_ti, ufid_ti 209 net/openvswitch/flow_table.c BUG_ON(!ufid_ti); ufid_ti 218 net/openvswitch/flow_table.c int ufid_ver = ufid_ti->node_ver; ufid_ti 231 net/openvswitch/flow_table.c call_rcu(&ufid_ti->rcu, flow_tbl_destroy_rcu_cb); ufid_ti 234 net/openvswitch/flow_table.c __table_instance_destroy(ufid_ti); ufid_ti 244 net/openvswitch/flow_table.c struct table_instance *ufid_ti = rcu_dereference_raw(table->ufid_ti); ufid_ti 246 net/openvswitch/flow_table.c table_instance_destroy(ti, ufid_ti, false); ufid_ti 354 net/openvswitch/flow_table.c old_ufid_ti = ovsl_dereference(flow_table->ufid_ti); ufid_ti 357 net/openvswitch/flow_table.c rcu_assign_pointer(flow_table->ufid_ti, new_ufid_ti); ufid_ti 514 net/openvswitch/flow_table.c struct table_instance *ti = rcu_dereference_ovsl(tbl->ufid_ti); ufid_ti 568 net/openvswitch/flow_table.c struct table_instance *ufid_ti = ovsl_dereference(table->ufid_ti); ufid_ti 574 net/openvswitch/flow_table.c hlist_del_rcu(&flow->ufid_table.node[ufid_ti->node_ver]); ufid_ti 674 net/openvswitch/flow_table.c ti = ovsl_dereference(table->ufid_ti); ufid_ti 684 net/openvswitch/flow_table.c rcu_assign_pointer(table->ufid_ti, new_ti); ufid_ti 36 net/openvswitch/flow_table.h struct table_instance __rcu *ufid_ti;