Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtimer.c125 struct bpf_timer *arr_timer, *lru_timer; in BPF_PROG() local
130 arr_timer = bpf_map_lookup_elem(&array, &array_key); in BPF_PROG()
131 if (!arr_timer) in BPF_PROG()
133 bpf_timer_init(arr_timer, &array, CLOCK_MONOTONIC); in BPF_PROG()
141 bpf_timer_set_callback(arr_timer, timer_cb1); in BPF_PROG()
148 arr_timer = bpf_map_lookup_elem(&array, &array_key); in BPF_PROG()
149 if (!arr_timer) in BPF_PROG()
151 bpf_timer_init(arr_timer, &array, CLOCK_MONOTONIC); in BPF_PROG()
166 struct bpf_timer *arr_timer; in timer_cb2() local
173 if (!arr_timer) in timer_cb2()
[all …]

Completed in 4 milliseconds