Searched refs:clear_stopped_child_used_math (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dfpu-internal.h397 clear_stopped_child_used_math(tsk); drop_fpu()
/linux-4.1.27/include/linux/
H A Dsched.h2005 #define clear_stopped_child_used_math(child) do { (child)->flags &= ~PF_USED_MATH; } while (0) macro
2007 #define clear_used_math() clear_stopped_child_used_math(current)

Completed in 140 milliseconds