Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dprocess.c302 struct thread_struct *new_thread, *old_thread; in __switch_to() local
382 old_thread = &current->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()