Searched refs:unwindme_func1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/lib/ |
H A D | test_unwind.c | 38 * contains unwindme_func2 followed by unwindme_func1. 81 if (prev_is_func2 && str_has_prefix(sym, "unwindme_func1")) in test_unwind() 92 pr_err("unwindme_func2 and unwindme_func1 not found\n"); in test_unwind() 225 static noinline int unwindme_func1(void *u) in unwindme_func1() function 239 u->ret = unwindme_func1(u); in unwindme_irq_handler() 272 task = kthread_run(unwindme_func1, u, "%s", __func__); in test_unwind_task() 299 return unwindme_func1(&u); in test_unwind_flags()
|
/kernel/linux/linux-6.6/arch/s390/lib/ |
H A D | test_unwind.c | 45 * contains unwindme_func2 followed by unwindme_func1. 89 if (prev_is_func2 && str_has_prefix(sym, "unwindme_func1")) in test_unwind() 102 kunit_err(current_test, "unwindme_func2 and unwindme_func1 not found\n"); in test_unwind() 370 static noinline int unwindme_func1(void *u) in unwindme_func1() function 382 u->ret = unwindme_func1(u); in unwindme_timer_fn() 413 task = kthread_run(unwindme_func1, u, "%s", __func__); in test_unwind_task() 507 KUNIT_EXPECT_EQ(test, 0, unwindme_func1(&u)); in test_unwind_flags()
|
Completed in 3 milliseconds