Searched defs:log_lvl (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/avr32/kernel/ |
D | process.c | 80 static void dump_mem(const char *str, const char *log_lvl, in dump_mem() 119 struct pt_regs *regs, const char *log_lvl) in show_trace_log_lvl() 158 struct pt_regs *regs, const char *log_lvl) in show_trace_log_lvl() 180 struct pt_regs *regs, const char *log_lvl) in show_stack_log_lvl() 212 void show_regs_log_lvl(struct pt_regs *regs, const char *log_lvl) in show_regs_log_lvl()
|
/linux-4.4.14/arch/x86/kernel/ |
D | dumpstack_32.c | 95 unsigned long *sp, unsigned long bp, char *log_lvl) in show_stack_log_lvl()
|
D | dumpstack_64.c | 250 unsigned long *sp, unsigned long bp, char *log_lvl) in show_stack_log_lvl()
|
D | dumpstack.c | 171 unsigned long *stack, unsigned long bp, char *log_lvl) in show_trace_log_lvl()
|
/linux-4.4.14/include/linux/ |
D | printk.h | 224 static inline void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() 228 static inline void show_regs_print_info(const char *log_lvl) in show_regs_print_info()
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 3145 void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() 3167 void show_regs_print_info(const char *log_lvl) in show_regs_print_info()
|
/linux-4.4.14/kernel/ |
D | workqueue.c | 4166 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info()
|