Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c875 long unsigned start_tb, current_tb; in __switch_to() local
876 start_tb = old_thread->start_tb; in __switch_to()
878 old_thread->accum_tb += (current_tb - start_tb); in __switch_to()
879 new_thread->start_tb = current_tb; in __switch_to()
/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h232 unsigned long start_tb; /* Start purr when proc switched in */ member