Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dasync_stack_depth.c19 static int timer_cb(void *map, int *key, struct bpf_timer *timer) in timer_cb() function
29 return buf[255] + timer_cb(NULL, NULL, NULL); in bad_timer_cb()
43 timer_cb(NULL, NULL, NULL); in pseudo_call_check()
44 return bpf_timer_set_callback(&elem->timer, timer_cb) + buf[0]; in pseudo_call_check()
H A Dfree_timer.c31 static int timer_cb(void *map, void *key, struct map_value *value) in start_cb()
50 bpf_timer_set_callback(&value->timer, timer_cb); in overwrite_cb()
21 static int timer_cb(void *map, void *key, struct map_value *value) timer_cb() function
H A Dtimer_mim_reject.c41 static int timer_cb(void *map, int *key, struct hmap_elem *val) in timer_cb() function
69 if (bpf_timer_set_callback(&val->timer, timer_cb)) in BPF_PROG()
H A Dtest_helper_restricted.c28 static int timer_cb(void *map, int *key, struct timer *timer) in timer_cb() function
41 bpf_timer_set_callback(&timer->t, timer_cb); in timer_work()
H A Dexceptions_fail.c107 static int timer_cb(void *map, int *key, struct bpf_timer *timer) in timer_cb() function
122 return bpf_timer_set_callback(&elem->timer, timer_cb); in reject_async_callback_throw()
/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h108 struct timer_cb { struct
276 struct timer_cb rsp_q_timer;