Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Denergy_perf.h197 typedef uint64_t (*io_rate_update_callback_t) (uint64_t, uint64_t, uint64_t, uint64_t, uint64_t); typedef
199 void io_rate_update_register(io_rate_update_callback_t);
H A Denergy_perf.c61 io_rate_update_callback_t io_rate_update_cb = io_rate_update_cb_default;
64 io_rate_update_register(io_rate_update_callback_t io_rate_update_cb_new) in io_rate_update_register()