Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h1680 #define PF_USED_MATH 0x00002000 /* If unset the fpu must be initialized before use */ macro
1711 (child)->flags &= ~PF_USED_MATH; \
1715 (child)->flags |= PF_USED_MATH; \
1722 (child)->flags &= ~PF_USED_MATH, (child)->flags |= (condition) ? PF_USED_MATH : 0; \
1729 (child)->flags &= ~PF_USED_MATH, (child)->flags |= current->flags & PF_USED_MATH; \
1732 /* NOTE: this will return 0 or PF_USED_MATH, it will never return 1 */
1733 #define tsk_used_math(p) ((p)->flags & PF_USED_MATH)

Completed in 4 milliseconds