Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtimer.c84 if (bpf_timer_start(timer, 1ull << 35, 0) != 0) in timer_cb1()
91 if (bpf_timer_start(lru_timer, 0, 0) != 0) in timer_cb1()
150 bpf_timer_start(arr_timer, 0 /* call timer_cb1 asap */, 0); in BPF_PROG2()
172 bpf_timer_start(&val->timer, 1000, 0); in timer_cb2()
203 if (bpf_timer_start(&val->timer, 1000, 0) != -EINVAL) in timer_cb2()
234 bpf_timer_start(&val->timer, 1000, 0); in bpf_timer_test()
241 bpf_timer_start(&val->timer, 1000, 0); in bpf_timer_test()
302 bpf_timer_start(timer, bpf_ktime_get_boot_ns() + 1000, in timer_cb3()
306 bpf_timer_start(timer, bpf_ktime_get_boot_ns() + (1ull << 35), in timer_cb3()
326 bpf_timer_start(timer, bpf_ktime_get_boot_ns() + 1000, in BPF_PROG2()
H A Dtimer_mim.c45 if (bpf_timer_start(&val->timer, 1000, 0)) in timer_cb2()
56 if (bpf_timer_start(&val->timer, 1000, 0)) in timer_cb1()
85 if (bpf_timer_start(&val->timer, 0, 0)) in BPF_PROG()
H A Dtimer_failure.c43 bpf_timer_start(timer, 1000, 0); in BPF_PROG2()
H A Dtimer_mim_reject.c71 if (bpf_timer_start(&val->timer, 0, 0)) in BPF_PROG()
H A Dtest_helper_restricted.c42 bpf_timer_start(&timer->t, 10E9, 0); in timer_work()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c1323 BPF_CALL_3(bpf_timer_start, struct bpf_async_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() argument
1352 .func = bpf_timer_start,