Searched refs:old_ti (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | process.c | 217 extern struct thread_info *_switch(struct thread_info *old_ti, 225 struct thread_info *new_ti, *old_ti; in __switch_to() local 235 old_ti = old->stack; in __switch_to() 240 last = (_switch(old_ti, new_ti))->task; in __switch_to()
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | process.c | 236 extern struct thread_info *_switch(struct thread_info *old_ti, 244 struct thread_info *new_ti, *old_ti; in __switch_to() local 254 old_ti = old->stack; in __switch_to() 259 last = (_switch(old_ti, new_ti))->task; in __switch_to()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 621 struct table_instance *old_ti, *new_ti; in ovs_flow_tbl_flush() local 631 old_ti = ovsl_dereference(flow_table->ti); in ovs_flow_tbl_flush() 638 table_instance_flow_flush(flow_table, old_ti, old_ufid_ti); in ovs_flow_tbl_flush() 639 table_instance_destroy(old_ti, old_ufid_ti); in ovs_flow_tbl_flush()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 622 struct table_instance *old_ti, *new_ti; in ovs_flow_tbl_flush() local 632 old_ti = ovsl_dereference(flow_table->ti); in ovs_flow_tbl_flush() 639 table_instance_flow_flush(flow_table, old_ti, old_ufid_ti); in ovs_flow_tbl_flush() 640 table_instance_destroy(old_ti, old_ufid_ti); in ovs_flow_tbl_flush()
|
Completed in 5 milliseconds