mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
cfq: Disable slice_idle
Change-Id: Icfd93f36cdf96fefa22d908eda899f13c1bf39b1 Signed-off-by: Cyber Knight <cyberknight755@gmail.com> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
parent
1b31da0cba
commit
3d6a41c6a4
@ -32,7 +32,7 @@ static const int cfq_back_penalty = 1;
|
||||
static const u64 cfq_slice_sync = NSEC_PER_SEC / 10;
|
||||
static u64 cfq_slice_async = NSEC_PER_SEC / 25;
|
||||
static const int cfq_slice_async_rq = 2;
|
||||
static u64 cfq_slice_idle = NSEC_PER_SEC / 125;
|
||||
static u64 cfq_slice_idle = 0;
|
||||
static u64 cfq_group_idle = 1;
|
||||
/* IOPP-cfq_rt_idle_only-v1.0.k4.19 */
|
||||
static int cfq_rt_idle_only = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user