Searched refs:start_tb (Results 1 - 2 of 2) 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.c480 long unsigned start_tb, current_tb; local
481 start_tb = old_thread->start_tb;
483 old_thread->accum_tb += (current_tb - start_tb);
484 new_thread->start_tb = current_tb;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dprocessor.h210 unsigned long start_tb; /* Start purr when proc switched in */ member in struct:thread_struct

Completed in 202 milliseconds