Home
last modified time | relevance | path

Searched refs:io_rate_update_callback_t (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Denergy_perf.h93 typedef uint64_t (*io_rate_update_callback_t) (uint64_t, uint64_t, uint64_t, uint64_t, uint64_t); typedef
95 void io_rate_update_register(io_rate_update_callback_t);
H A Denergy_perf.c56 io_rate_update_callback_t io_rate_update_cb = io_rate_update_cb_default;
59 io_rate_update_register(io_rate_update_callback_t io_rate_update_cb_new) in io_rate_update_register()