Searched refs:unwind_error (Results 1 – 7 of 7) sorted by relevance
40 !unwind_done(&state) && !unwind_error(&state); in arch_stack_walk_reliable()74 if (unwind_error(&state)) in arch_stack_walk_reliable()
62 !unwind_done(&state) && !unwind_error(&state); unwind_next_frame(&state)) { in arch_stack_walk_reliable()77 if (unwind_error(&state)) in arch_stack_walk_reliable()
68 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function
43 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function
53 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function
61 if (unwind_error(&state)) in arch_stack_walk_reliable()
97 if (unwind_error(&state)) { in test_unwind()