Searched refs:clear_stopped_child_used_math (Results 1 – 2 of 2) sorted by relevance
397 clear_stopped_child_used_math(tsk); in drop_fpu()
2005 #define clear_stopped_child_used_math(child) do { (child)->flags &= ~PF_USED_MATH; } while (0) macro2007 #define clear_used_math() clear_stopped_child_used_math(current)