Home
last modified time | relevance | path

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

/arch/c6x/include/asm/
Dswitch_to.h26 current->thread.wchan = (u_long) __builtin_return_address(0); \
30 current->thread.wchan = 0; \
Dprocessor.h64 unsigned long wchan; member
70 .wchan = 0, \
/arch/mn10300/include/asm/
Dswitch_to.h43 current->thread.wchan = (u_long) __builtin_return_address(0); \
46 current->thread.wchan = 0; \
Dprocessor.h101 unsigned long wchan; member
115 .wchan = 0, \
/arch/c6x/kernel/
Dprocess.c135 p->thread.wchan = p->thread.pc; in copy_thread()
152 return p->thread.wchan; in get_wchan()
/arch/mn10300/kernel/
Dprocess.c163 p->thread.wchan = p->thread.pc; in copy_thread()
191 return p->thread.wchan; in get_wchan()
/arch/x86/
DKconfig685 Calculate simpler /proc/<PID>/wchan values. If this option
686 is disabled then wchan values will recurse back to the
687 caller function. This provides more accurate wchan values,