Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dfpu-internal.h397 clear_stopped_child_used_math(tsk); in drop_fpu()
/linux-4.1.27/include/linux/
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)