Searched defs:timer_cb (Results 1 – 3 of 3) sorted by relevance
113 QEMUTimerCB *timer_cb[THROTTLE_MAX]; member
69 let timer_cb: unsafe extern "C" fn(*mut c_void) = rust_timer_handler::<T, F>; in init_full() localVariable
508 static void timer_cb(ThrottleGroupMember *tgm, ThrottleDirection direction) in timer_cb() function