Searched refs:bpf_timer_start (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | timer.c | 76 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_PROG2() 164 bpf_timer_start(&val->timer, 1000, 0); in timer_cb2() 195 if (bpf_timer_start(&val->timer, 1000, 0) != -EINVAL) in timer_cb2() 226 bpf_timer_start(&val->timer, 1000, 0); in bpf_timer_test() 233 bpf_timer_start(&val->timer, 1000, 0); in bpf_timer_test()
|
A D | timer_mim.c | 45 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 D | timer_mim_reject.c | 71 if (bpf_timer_start(&val->timer, 0, 0)) in BPF_PROG()
|
A D | test_helper_restricted.c | 42 bpf_timer_start(&timer->t, 10E9, 0); in timer_work()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | helpers.c | 1263 BPF_CALL_3(bpf_timer_start, struct bpf_timer_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() argument 1285 .func = bpf_timer_start,
|
Completed in 9 milliseconds