accel/ivpu: Move recovery work to system_unbound_wq
[drm/drm-misc.git] / drivers / cpuidle / governors / gov.h
blob99e067d9668c1bb106389d019c8867b2cd32e915
1 /* SPDX-License-Identifier: GPL-2.0 */
3 /* Common definitions for cpuidle governors. */
5 #ifndef __CPUIDLE_GOVERNOR_H
6 #define __CPUIDLE_GOVERNOR_H
8 /*
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 */