Lines Matching full:oneshot

187 	 * If the system already runs in oneshot mode, switch the newly  in tick_install_broadcast_device()
188 * registered broadcast device to oneshot mode explicitly. in tick_install_broadcast_device()
197 * where we did not switch to oneshot mode because the per cpu in tick_install_broadcast_device()
199 * of a oneshot capable broadcast device. Without that in tick_install_broadcast_device()
256 * Devices might be registered with both periodic and oneshot in tick_device_uses_broadcast()
290 * If the system is in oneshot mode we can in tick_device_uses_broadcast()
291 * unconditionally clear the oneshot mask bit, in tick_device_uses_broadcast()
425 * trying to switch to oneshot mode. in tick_handle_periodic_broadcast()
476 * avoid a hiccup during switch to oneshot mode in tick_broadcast_control()
677 * periodic to oneshot. If the CPU has not yet in tick_check_oneshot_broadcast_this_cpu()
688 * Handle oneshot mode broadcasting
955 /* We may have transitioned to oneshot mode while idle */ in tick_oneshot_wakeup_control()
1034 * When the broadcast device was switched to oneshot by the first in tick_broadcast_setup_oneshot()
1041 * The CPU which switched from periodic to oneshot mode in tick_broadcast_setup_oneshot()
1042 * set the broadcast oneshot bit for all other CPUs which in tick_broadcast_setup_oneshot()
1049 * switched to oneshot state to program the broadcast in tick_broadcast_setup_oneshot()
1054 * as that would break the periodic to oneshot transition of in tick_broadcast_setup_oneshot()
1067 * When the tick mode is switched from periodic to oneshot it must in tick_broadcast_setup_oneshot()
1085 * Ensure that the oneshot broadcast handler will wake the in tick_broadcast_setup_oneshot()
1093 * already in oneshot state, then there is nothing to do. in tick_broadcast_setup_oneshot()
1102 * When switching from periodic to oneshot mode arm the broadcast in tick_broadcast_setup_oneshot()
1105 * If the broadcast device has been replaced in oneshot mode and in tick_broadcast_setup_oneshot()
1106 * the oneshot broadcast mask is not empty, then arm it to expire in tick_broadcast_setup_oneshot()
1111 * For both cases the programming can be avoided when the oneshot in tick_broadcast_setup_oneshot()
1115 * device to oneshot state. in tick_broadcast_setup_oneshot()
1122 * Select oneshot operating mode for the broadcast device
1208 * Check whether the broadcast device supports oneshot.