Searched refs:arr_timer (Results 1 – 1 of 1) sorted by relevance
137 struct bpf_timer *arr_timer, *lru_timer; in BPF_PROG2() local142 arr_timer = bpf_map_lookup_elem(&array, &array_key); in BPF_PROG2()143 if (!arr_timer) in BPF_PROG2()145 bpf_timer_init(arr_timer, &array, CLOCK_MONOTONIC); in BPF_PROG2()153 bpf_timer_set_callback(arr_timer, timer_cb1); in BPF_PROG2()160 arr_timer = bpf_map_lookup_elem(&array, &array_key); in BPF_PROG2()161 if (!arr_timer) in BPF_PROG2()163 bpf_timer_init(arr_timer, &array, CLOCK_MONOTONIC); in BPF_PROG2()178 struct bpf_timer *arr_timer; in timer_cb2() local185 if (!arr_timer) in timer_cb2()[all …]
Completed in 3 milliseconds