ANDROID: Export sysctl_sched_min_granularity

It is hidden behind inaccessible debugfs now.

Bug: 269111781
Change-Id: I826d6c8b8c9890bdf1990ae3ab44036c201eb471
Signed-off-by: Qais Yousef <qyousef@google.com>
This commit is contained in:
Qais Yousef
2024-01-05 17:28:02 +00:00
committed by Treehugger Robot
parent e32aeb03b9
commit 4f66f3be95

View File

@@ -62,6 +62,7 @@ unsigned int sysctl_sched_tunable_scaling = SCHED_TUNABLESCALING_LOG;
* (default: 0.75 msec * (1 + ilog(ncpus)), units: nanoseconds)
*/
unsigned int sysctl_sched_min_granularity = 750000ULL;
EXPORT_SYMBOL_GPL(sysctl_sched_min_granularity);
static unsigned int normalized_sysctl_sched_min_granularity = 750000ULL;
/*