Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dprocess.c132 struct thread_struct *new_thread, *old_thread; in _switch_to() local
174 new_thread = &new->thread; in _switch_to()
176 *last = _switch(old_thread, new_thread); in _switch_to()
/linux-2.4.37.9/arch/ppc/kernel/
Dprocess.c190 struct thread_struct *new_thread, *old_thread; in _switch_to() local
236 new_thread = &new->thread; in _switch_to()
238 *last = _switch(old_thread, new_thread); in _switch_to()