Searched refs:fpu_counter (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/sh/kernel/
H A Dprocess_32.c124 p->thread.fpu_counter = 0;
156 if (next->thread.fpu_counter > 5)
174 if (next->thread.fpu_counter > 5)
/linux-master/arch/sh/include/asm/
H A Dfpu.h47 tsk->thread.fpu_counter = 0;
H A Dprocessor_32.h111 * fpu_counter contains the number of consecutive context switches
118 unsigned char fpu_counter; member in struct:thread_struct
/linux-master/arch/sh/kernel/cpu/
H A Dfpu.c51 tsk->thread.fpu_counter++;

Completed in 209 milliseconds