Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dprocessor.h209 unsigned long accum_tb; /* Total accumilated purr for process */ member
/linux-2.6.39/arch/powerpc/kernel/
Dprocess.c513 old_thread->accum_tb += (current_tb - start_tb); in __switch_to()