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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprocess.c375 struct thread_struct *new_thread, *old_thread; local
460 old_thread = &current->thread;
463 if ((new_thread->dbcr0 | old_thread->dbcr0) & DBCR0_IDM) {
481 start_tb = old_thread->start_tb;
483 old_thread->accum_tb += (current_tb - start_tb);
500 last = _switch(old_thread, new_thread);

Completed in 99 milliseconds