kernel/power: process.c - decrease time to enter sleep

Signed-off-by: ThunderStorms21th nalas <pinakastorm@gmail.com>
This commit is contained in:
ThunderStorms21th nalas
2020-08-09 17:10:53 +02:00
committed by theshaenix
parent 7687df422e
commit 67a4bd5ebf

View File

@@ -27,12 +27,8 @@
/*
* Timeout for stopping processes
*/
#ifndef OPLUS_FEATURE_POWERINFO_STANDBY
//PengNan@BSP.Power.Basic, add for debugging freezing failed, 2020/08/17
unsigned int __read_mostly freeze_timeout_msecs = 20 * MSEC_PER_SEC;
#else
unsigned int __read_mostly freeze_timeout_msecs = 2 * MSEC_PER_SEC;
#endif /*OPLUS_FEATURE_POWERINFO_STANDBY*/
unsigned int __read_mostly freeze_timeout_msecs = 10 * MSEC_PER_SEC;
static int try_to_freeze_tasks(bool user_only)
{
struct task_struct *g, *p;