Пример #1
0
/**
 * exit_menu - exits the governor
 */
static void __exit exit_menu(void)
{
	cpuidle_unregister_governor(&menu_governor);
}
Пример #2
0
/**
 * exit_user - exits the governor
 */
static void __exit exit_user(void)
{
	cpuidle_unregister_governor(&user_governor);
}
Пример #3
0
/**
 * exit_ladder - exits the governor
 */
static void __exit exit_ladder(void)
{
	cpuidle_unregister_governor(&ladder_governor);
}
static void __exit exit_null(void)
{
    cpuidle_unregister_governor(&null_governor);
}