Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dtask_stack.h67 static inline void *try_get_task_stack(struct task_struct *tsk) in try_get_task_stack() function
75 static inline void *try_get_task_stack(struct task_struct *tsk) in try_get_task_stack() function
/linux/kernel/
H A Dstacktrace.c147 if (!try_get_task_stack(tsk)) in stack_trace_save_tsk()
206 if (!try_get_task_stack(tsk)) in stack_trace_save_tsk_reliable()
/linux/arch/openrisc/kernel/
H A Dstacktrace.c72 if (!try_get_task_stack(tsk)) in save_stack_trace_tsk()
/linux/lib/
H A Dsyscall.c13 if (!try_get_task_stack(target)) { in collect_syscall()
/linux/arch/riscv/kernel/
H A Dstacktrace.c153 if (!try_get_task_stack(task)) in __get_wchan()
/linux/arch/s390/kernel/
H A Dprocess.c215 if (!try_get_task_stack(p)) in __get_wchan()
/linux/arch/loongarch/kernel/
H A Dprocess.c214 if (!try_get_task_stack(task)) in __get_wchan()
/linux/arch/arm64/kernel/
H A Dstacktrace.c315 if (!try_get_task_stack(tsk)) in dump_backtrace()
H A Dprocess.c631 if (!try_get_task_stack(p)) in __get_wchan()
/linux/arch/x86/kernel/
H A Dprocess.c1027 if (!try_get_task_stack(p)) in __get_wchan()
/linux/kernel/bpf/
H A Dstackmap.c486 if (!try_get_task_stack(task)) in BPF_CALL_4()
/linux/fs/proc/
H A Darray.c504 if (try_get_task_stack(task)) { in do_task_stat()
/linux/mm/
H A Dkmemleak.c1678 void *stack = try_get_task_stack(p); in kmemleak_scan()
/linux/init/
H A DKconfig132 One subtle change that will be needed is to use try_get_task_stack()
/linux/kernel/sched/
H A Dcore.c7489 if (!try_get_task_stack(p)) in show_state_filter()