Searched refs:new_ti (Results 1 – 3 of 3) sorted by relevance
236 struct thread_info *new_ti);243 struct thread_info *new_ti, *old_ti; in __switch_to() local254 new_ti = new->stack; in __switch_to()259 current_thread_info_set[smp_processor_id()] = new_ti; in __switch_to()260 last = (_switch(old_ti, new_ti))->task; in __switch_to()
604 struct table_instance *new_ti; in table_instance_rehash() local 606 new_ti = table_instance_alloc(n_buckets); in table_instance_rehash() 607 if (!new_ti) in table_instance_rehash() 610 flow_table_copy_flows(ti, new_ti, ufid); in table_instance_rehash() 612 return new_ti; in table_instance_rehash() 617 struct table_instance *old_ti, *new_ti; in ovs_flow_tbl_flush() local 620 new_ti = table_instance_alloc(TBL_MIN_BUCKETS); in ovs_flow_tbl_flush() 621 if (!new_ti) in ovs_flow_tbl_flush() 630 rcu_assign_pointer(flow_table->ti, new_ti); in ovs_flow_tbl_flush() 639 __table_instance_destroy(new_ti); in ovs_flow_tbl_flush() 1035 struct table_instance *new_ti = NULL; flow_key_insert() local 1068 struct table_instance *new_ti; flow_ufid_insert() local [all...]
99 struct dp_meter_instance *new_ti; in dp_meter_instance_realloc() local102 new_ti = dp_meter_instance_alloc(size); in dp_meter_instance_realloc()103 if (!new_ti) in dp_meter_instance_realloc()108 new_ti->dp_meters[i] = ti->dp_meters[i]; in dp_meter_instance_realloc()110 rcu_assign_pointer(tbl->ti, new_ti); in dp_meter_instance_realloc()