Home
last modified time | relevance | path

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

/openbmc/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
H A Dtimer_mim_reject.c41 static int timer_cb(void *map, int *key, struct hmap_elem *val) in timer_cb() function
H A Dtest_helper_restricted.c28 static int timer_cb(void *map, int *key, struct timer *timer) in timer_cb() function
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h108 struct timer_cb { struct
109 struct hrtimer timer;
116 int timer_pops;
118 bool started;
/openbmc/qemu/include/qemu/
H A Dthrottle.h113 QEMUTimerCB *timer_cb[THROTTLE_MAX]; member
/openbmc/qemu/block/
H A Dthrottle-groups.c508 static void timer_cb(ThrottleGroupMember *tgm, ThrottleDirection direction) in timer_cb() function