Home
last modified time | relevance | path

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

/linux/arch/openrisc/kernel/
H A Dprocess.c235 extern struct thread_info *_switch(struct thread_info *old_ti,
243 struct thread_info *new_ti, *old_ti; in __switch_to() local
255 old_ti = old->stack; in __switch_to()
260 last = (_switch(old_ti, new_ti))->task; in __switch_to()
/linux/net/openvswitch/
H A Dflow_table.c619 struct table_instance *old_ti, *new_ti; in ovs_flow_tbl_flush() local
629 old_ti = ovsl_dereference(flow_table->ti); in ovs_flow_tbl_flush()
636 table_instance_flow_flush(flow_table, old_ti, old_ufid_ti); in ovs_flow_tbl_flush()
637 table_instance_destroy(old_ti, old_ufid_ti); in ovs_flow_tbl_flush()