Searched refs:cpu_callback_t (Results 1 – 2 of 2) sorted by relevance
162 typedef bool (*cpu_callback_t)(void *param, enum cpu_event event, unsigned int cpu_or_cluster); typedef170 void cpu_event_register_callback(cpu_callback_t fn, void *param);177 void cpu_event_unregister_callback(cpu_callback_t fn);
1349 cpu_callback_t fn;1447 cpu_event_register_callback(cpu_callback_t fn, void *param) in cpu_event_register_callback()1466 cpu_event_unregister_callback(__unused cpu_callback_t fn) in cpu_event_unregister_callback()