Searched defs:timer_cb (Results 1 – 6 of 6) sorted by relevance
19 static int timer_cb(void *map, int *key, struct bpf_timer *timer) in timer_cb() function
41 static int timer_cb(void *map, int *key, struct hmap_elem *val) in timer_cb() function
28 static int timer_cb(void *map, int *key, struct timer *timer) in timer_cb() function
108 struct timer_cb { struct109 struct hrtimer timer;116 int timer_pops;118 bool started;
113 QEMUTimerCB *timer_cb[THROTTLE_MAX]; member
508 static void timer_cb(ThrottleGroupMember *tgm, ThrottleDirection direction) in timer_cb() function