Searched refs:arr_timer (Results 1 – 1 of 1) sorted by relevance
125 struct bpf_timer *arr_timer, *lru_timer; in BPF_PROG2() local130 arr_timer = bpf_map_lookup_elem(&array, &array_key); in BPF_PROG2()131 if (!arr_timer) in BPF_PROG2()133 bpf_timer_init(arr_timer, &array, CLOCK_MONOTONIC); in BPF_PROG2()141 bpf_timer_set_callback(arr_timer, timer_cb1); in BPF_PROG2()148 arr_timer = bpf_map_lookup_elem(&array, &array_key); in BPF_PROG2()149 if (!arr_timer) in BPF_PROG2()151 bpf_timer_init(arr_timer, &array, CLOCK_MONOTONIC); in BPF_PROG2()166 struct bpf_timer *arr_timer; in timer_cb2() local173 if (!arr_timer) in timer_cb2()[all …]
Completed in 2 milliseconds