ANDROID: Export sysctl_sched_wakeup_granularity to enable modifying it
The value is only available in debugfs. Export it to allow out of tree modules to modify it. Bug: 342145024 Bug: 340857074 Bug: 337139487 Signed-off-by: Qais Yousef <qyousef@google.com> Change-Id: I4b3a5aeeee0539b88756aacc97df6181f68d9d0d (cherry picked from commit0d080e01a2) (cherry picked from commit5704330c00)
This commit is contained in:
parent
3be82bad16
commit
fd48aabcfe
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ unsigned int sysctl_sched_child_runs_first __read_mostly;
|
|||
* (default: 1 msec * (1 + ilog(ncpus)), units: nanoseconds)
|
||||
*/
|
||||
unsigned int sysctl_sched_wakeup_granularity = 1000000UL;
|
||||
EXPORT_SYMBOL_GPL(sysctl_sched_wakeup_granularity);
|
||||
static unsigned int normalized_sysctl_sched_wakeup_granularity = 1000000UL;
|
||||
|
||||
const_debug unsigned int sysctl_sched_migration_cost = 500000UL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue