Searched refs:old_ti (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/openrisc/kernel/
H A Dprocess.c214 extern struct thread_info *_switch(struct thread_info *old_ti,
221 struct thread_info *new_ti, *old_ti; __switch_to() local
231 old_ti = old->stack; __switch_to()
234 last = (_switch(old_ti, new_ti))->task; __switch_to()
/linux-4.4.14/net/openvswitch/
H A Dflow_table.c388 struct table_instance *old_ti, *new_ti; ovs_flow_tbl_flush() local
398 old_ti = ovsl_dereference(flow_table->ti); ovs_flow_tbl_flush()
407 table_instance_destroy(old_ti, old_ufid_ti, true); ovs_flow_tbl_flush()

Completed in 186 milliseconds