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

/linux-master/tools/testing/selftests/bpf/progs/
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))
H A Dtimer.c72 static int timer_cb1(void *map, int *key, struct bpf_timer *timer) function
93 bpf_timer_set_callback(lru_timer, timer_cb1);
152 bpf_timer_set_callback(arr_timer, timer_cb1);
153 bpf_timer_start(arr_timer, 0 /* call timer_cb1 asap */, 0);

Completed in 193 milliseconds