Home
last modified time | relevance | path

Searched refs:print_stop_info (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/linux/
Dstop_machine.h40 extern void print_stop_info(const char *log_lvl, struct task_struct *task);
86 static inline void print_stop_info(const char *log_lvl, struct task_struct *task) { } in print_stop_info() function
/linux-5.19.10/lib/
Ddump_stack.c70 print_stop_info(log_lvl, current); in dump_stack_print_info()
/linux-5.19.10/kernel/
Dstop_machine.c52 void print_stop_info(const char *log_lvl, struct task_struct *task) in print_stop_info() function
/linux-5.19.10/kernel/sched/
Dcore.c8842 print_stop_info(KERN_INFO, p); in sched_show_task()