Searched refs:bpf_timer_start (Results 1 – 5 of 5) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
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()
|
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()
|
D | timer_mim_reject.c | 71 if (bpf_timer_start(&val->timer, 0, 0)) in BPF_PROG()
|
D | test_helper_restricted.c | 42 bpf_timer_start(&timer->t, 10E9, 0); in timer_work()
|
/external/libbpf/src/ |
D | bpf_helper_defs.h | 4056 static long (* const bpf_timer_start)(struct bpf_timer *timer, __u64 nsecs, __u64 flags) = (void *)… variable
|