new_ti 232 arch/openrisc/kernel/process.c struct thread_info *new_ti); new_ti 239 arch/openrisc/kernel/process.c struct thread_info *new_ti, *old_ti; new_ti 248 arch/openrisc/kernel/process.c new_ti = new->stack; new_ti 253 arch/openrisc/kernel/process.c current_thread_info_set[smp_processor_id()] = new_ti; new_ti 254 arch/openrisc/kernel/process.c last = (_switch(old_ti, new_ti))->task; new_ti 330 net/openvswitch/flow_table.c struct table_instance *new_ti; new_ti 332 net/openvswitch/flow_table.c new_ti = table_instance_alloc(n_buckets); new_ti 333 net/openvswitch/flow_table.c if (!new_ti) new_ti 336 net/openvswitch/flow_table.c flow_table_copy_flows(ti, new_ti, ufid); new_ti 338 net/openvswitch/flow_table.c return new_ti; new_ti 343 net/openvswitch/flow_table.c struct table_instance *old_ti, *new_ti; new_ti 346 net/openvswitch/flow_table.c new_ti = table_instance_alloc(TBL_MIN_BUCKETS); new_ti 347 net/openvswitch/flow_table.c if (!new_ti) new_ti 356 net/openvswitch/flow_table.c rcu_assign_pointer(flow_table->ti, new_ti); new_ti 366 net/openvswitch/flow_table.c __table_instance_destroy(new_ti); new_ti 647 net/openvswitch/flow_table.c struct table_instance *new_ti = NULL; new_ti 657 net/openvswitch/flow_table.c new_ti = table_instance_expand(ti, false); new_ti 659 net/openvswitch/flow_table.c new_ti = table_instance_rehash(ti, ti->n_buckets, false); new_ti 661 net/openvswitch/flow_table.c if (new_ti) { new_ti 662 net/openvswitch/flow_table.c rcu_assign_pointer(table->ti, new_ti); new_ti 680 net/openvswitch/flow_table.c struct table_instance *new_ti; new_ti 682 net/openvswitch/flow_table.c new_ti = table_instance_expand(ti, true); new_ti 683 net/openvswitch/flow_table.c if (new_ti) { new_ti 684 net/openvswitch/flow_table.c rcu_assign_pointer(table->ufid_ti, new_ti);