Searched refs:old_thread (Results 1 – 1 of 1) sorted by relevance
302 struct thread_struct *new_thread, *old_thread; in __switch_to() local382 old_thread = ¤t->thread; in __switch_to()391 start_tb = old_thread->start_tb; in __switch_to()393 old_thread->accum_tb += (current_tb - start_tb); in __switch_to()410 last = _switch(old_thread, new_thread); in __switch_to()