print_stop_info
extern void print_stop_info(const char *log_lvl, struct task_struct *task);
print_stop_info(KERN_INFO, p);
print_stop_info(log_lvl, current);