1 /* SPDX-License-Identifier: GPL-2.0 */
3 /* Common definitions for cpuidle governors. */
5 #ifndef __CPUIDLE_GOVERNOR_H
6 #define __CPUIDLE_GOVERNOR_H
9 * Idle state target residency threshold used for deciding whether or not to
10 * check the time till the closest expected timer event.
12 #define RESIDENCY_THRESHOLD_NS (15 * NSEC_PER_USEC)
14 #endif /* __CPUIDLE_GOVERNOR_H */