Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtimer_lockup.c14 static int *timer2_err; variable
35 for (i = 0; !READ_ONCE(*timer1_err) && !READ_ONCE(*timer2_err); i++) { in timer_lockup_thread()
69 timer2_err = &skel->bss->timer2_err; in test_timer_lockup()
92 if (*timer2_err != -EDEADLK && *timer2_err != 0) in test_timer_lockup()
93 ASSERT_FAIL("timer2_err bad value"); in test_timer_lockup()
/linux/tools/testing/selftests/bpf/progs/
H A Dtimer_lockup.c31 int timer2_err; variable
40 timer2_err = bpf_timer_cancel(timer); in timer_cb1()