Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dthrottle.h113 QEMUTimerCB *timer_cb[THROTTLE_MAX]; member
/qemu/rust/qemu-api/src/
H A Dtimer.rs69 let timer_cb: unsafe extern "C" fn(*mut c_void) = rust_timer_handler::<T, F>; in init_full() localVariable
/qemu/block/
H A Dthrottle-groups.c508 static void timer_cb(ThrottleGroupMember *tgm, ThrottleDirection direction) in timer_cb() function