Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dptrace_32.c409 conditional_stopped_child_used_math(data, child); in arch_ptrace()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1609 #define conditional_stopped_child_used_math(condition, child) \ macro
1612 #define conditional_used_math(condition) conditional_stopped_child_used_math(condition, current)