Searched refs:start_tb (Results 1 – 2 of 2) sorted by relevance
1150 long unsigned start_tb, current_tb; in __switch_to() local1151 start_tb = old_thread->start_tb; in __switch_to()1153 old_thread->accum_tb += (current_tb - start_tb); in __switch_to()1154 new_thread->start_tb = current_tb; in __switch_to()
255 unsigned long start_tb; /* Start purr when proc switched in */ member