Searched refs:timer_cb1 (Results 1 - 2 of 2) sorted by path

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer.c73 static int timer_cb1(void *map, int *key, struct bpf_timer *timer) function
94 bpf_timer_set_callback(lru_timer, timer_cb1);
153 bpf_timer_set_callback(arr_timer, timer_cb1);
154 bpf_timer_start(arr_timer, 0 /* call timer_cb1 asap */, 0);
H A Dtimer_mim.c39 static int timer_cb1(void *map, int *key, struct hmap_elem *val);
44 bpf_timer_set_callback(&val->timer, timer_cb1);
52 static int timer_cb1(void *map, int *key, struct hmap_elem *val) function
83 if (bpf_timer_set_callback(&val->timer, timer_cb1))

Completed in 340 milliseconds