Home
last modified time | relevance | path

Searched refs:unwindme_func2 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/lib/
H A Dtest_unwind.c38 * contains unwindme_func2 followed by unwindme_func1.
83 prev_is_func2 = str_has_prefix(sym, "unwindme_func2"); in test_unwind()
92 pr_err("unwindme_func2 and unwindme_func1 not found\n"); in test_unwind()
207 static noinline int unwindme_func2(struct unwindme *u) in unwindme_func2() function
224 /* This function must follow unwindme_func2 in the backtrace. */
227 return unwindme_func2((struct unwindme *)u); in unwindme_func1()
/kernel/linux/linux-6.6/arch/s390/lib/
H A Dtest_unwind.c45 * contains unwindme_func2 followed by unwindme_func1.
91 prev_is_func2 = str_has_prefix(sym, "unwindme_func2"); in test_unwind()
102 kunit_err(current_test, "unwindme_func2 and unwindme_func1 not found\n"); in test_unwind()
351 static noinline int unwindme_func2(struct unwindme *u) in unwindme_func2() function
369 /* This function must follow unwindme_func2 in the backtrace. */
372 return unwindme_func2((struct unwindme *)u); in unwindme_func1()

Completed in 2 milliseconds