Searched refs:TIF_FPUBOUND (Results 1 – 5 of 5) sorted by relevance
57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \59 clear_ti_thread_flag(__prev_ti, TIF_FPUBOUND); \
121 #define TIF_FPUBOUND 24 /* thread bound to FPU-full CPU set */ macro144 #define _TIF_FPUBOUND (1<<TIF_FPUBOUND)
120 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()126 clear_ti_thread_flag(ti, TIF_FPUBOUND); in mipsmt_sys_sched_setaffinity()
162 clear_tsk_thread_flag(p, TIF_FPUBOUND); in copy_thread()
951 set_thread_flag(TIF_FPUBOUND); in mt_ase_fp_affinity()
Completed in 11 milliseconds