Searched refs:unwind_once (Results 1 – 5 of 5) sorted by relevance
74 int unwind_once(struct unwind_frame_info *info);
37 if (unwind_once(&info) < 0 || info.ip == 0) in dump_trace()
388 int unwind_once(struct unwind_frame_info *next_frame) in unwind_once() function413 ret = unwind_once(info); in unwind_to_user()436 if (unwind_once(&info) < 0 || info.ip == 0) in return_address()
387 if (unwind_once(&info) < 0) in get_wchan()
176 if (unwind_once(info) < 0 || info->ip == 0) in do_show_stack()