Searched refs:cpu_callback_t (Results 1 – 2 of 2) sorted by relevance
155 typedef bool (*cpu_callback_t)(void *param, enum cpu_event event, unsigned int cpu_or_cluster); typedef163 void cpu_event_register_callback(cpu_callback_t fn, void *param);170 void cpu_event_unregister_callback(cpu_callback_t fn);
1281 cpu_callback_t fn;1291 cpu_event_register_callback(cpu_callback_t fn, void *param) in cpu_event_register_callback()1310 cpu_event_unregister_callback(__unused cpu_callback_t fn) in cpu_event_unregister_callback()