Home
last modified time | relevance | path

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

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