Home
last modified time | relevance | path

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

/trusty/kernel/lib/backtrace/
Dbacktrace.c235 static inline bool is_trace_monotonic(uintptr_t prev_fp, uintptr_t next_fp) { in is_trace_monotonic() argument
236 return stack_direction ? next_fp < prev_fp : next_fp > prev_fp; in is_trace_monotonic()