Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtimer.c76 if (bpf_timer_start(timer, 1ull << 35, 0) != 0) in timer_cb1()
83 if (bpf_timer_start(lru_timer, 0, 0) != 0) in timer_cb1()
142 bpf_timer_start(arr_timer, 0 /* call timer_cb1 asap */, 0); in BPF_PROG()
164 bpf_timer_start(&val->timer, 1000, 0); in timer_cb2()
195 if (bpf_timer_start(&val->timer, 1000, 0) != -EINVAL) in timer_cb2()
220 if (bpf_timer_start(&val->timer, 1ull << 35, 0) != 0) in timer_cb2()
237 bpf_timer_start(&val->timer, 1000, 0); in bpf_timer_test()
244 bpf_timer_start(&val->timer, 1000, 0); in bpf_timer_test()
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()
A Dtimer_mim_reject.c71 if (bpf_timer_start(&val->timer, 0, 0)) in BPF_PROG()
A Dtest_helper_restricted.c42 bpf_timer_start(&timer->t, 10E9, 0); in timer_work()
/linux/kernel/bpf/
A Dhelpers.c1205 BPF_CALL_3(bpf_timer_start, struct bpf_timer_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() argument
1227 .func = bpf_timer_start,

Completed in 9 milliseconds