Searched defs:timer_cb (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | free_timer.c | 21 static int timer_cb(void *map, void *key, struct map_value *value) in timer_cb() function
|
D | async_stack_depth.c | 19 static int timer_cb(void *map, int *key, struct bpf_timer *timer) in timer_cb() function
|
D | timer_mim_reject.c | 41 static int timer_cb(void *map, int *key, struct hmap_elem *val) in timer_cb() function
|
D | test_helper_restricted.c | 28 static int timer_cb(void *map, int *key, struct timer *timer) in timer_cb() function
|
D | exceptions_fail.c | 89 static int timer_cb(void *map, int *key, struct bpf_timer *timer) in timer_cb() function
|
/linux-6.14.4/drivers/scsi/ibmvscsi_tgt/ |
D | ibmvscsi_tgt.h | 108 struct timer_cb { struct 109 struct hrtimer timer; 116 int timer_pops; 118 bool started;
|