Home
last modified time | relevance | path

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

/include/linux/
Dsched.h1662 #define set_stopped_child_used_math(child) do { (child)->flags |= PF_USED_MATH; } while (0) macro
1664 #define set_used_math() set_stopped_child_used_math(current)