Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Dtask_stack.h66 static inline void *try_get_task_stack(struct task_struct *tsk) in try_get_task_stack() function
74 static inline void *try_get_task_stack(struct task_struct *tsk) in try_get_task_stack() function
/openbmc/linux/kernel/
H A Dstacktrace.c147 if (!try_get_task_stack(tsk)) in stack_trace_save_tsk()
205 if (!try_get_task_stack(tsk)) in stack_trace_save_tsk_reliable()
/openbmc/linux/arch/openrisc/kernel/
H A Dstacktrace.c72 if (!try_get_task_stack(tsk)) in save_stack_trace_tsk()
/openbmc/linux/lib/
H A Dsyscall.c13 if (!try_get_task_stack(target)) { in collect_syscall()
/openbmc/linux/arch/riscv/kernel/
H A Dstacktrace.c153 if (!try_get_task_stack(task)) in __get_wchan()
/openbmc/linux/arch/arm64/kernel/
H A Dstacktrace.c229 if (!try_get_task_stack(tsk)) in dump_backtrace()
H A Dprocess.c584 if (!try_get_task_stack(p)) in __get_wchan()
/openbmc/linux/arch/s390/kernel/
H A Dprocess.c201 if (!try_get_task_stack(p)) in __get_wchan()
/openbmc/linux/arch/loongarch/kernel/
H A Dprocess.c214 if (!try_get_task_stack(task)) in __get_wchan()
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c1050 if (!try_get_task_stack(p)) in __get_wchan()
/openbmc/linux/kernel/bpf/
H A Dstackmap.c486 if (!try_get_task_stack(task)) in BPF_CALL_4()
/openbmc/linux/fs/proc/
H A Darray.c504 if (try_get_task_stack(task)) { in do_task_stat()
/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c2251 if (!try_get_task_stack(p)) in __get_wchan()
2292 if (!try_get_task_stack(tsk)) in show_stack()
/openbmc/linux/mm/
H A Dkmemleak.c1612 void *stack = try_get_task_stack(p); in kmemleak_scan()
/openbmc/linux/init/
H A DKconfig130 One subtle change that will be needed is to use try_get_task_stack()
/openbmc/linux/kernel/sched/
H A Dcore.c9163 if (!try_get_task_stack(p)) in sched_show_task()