Home
last modified time | relevance | path

Searched refs:sysctl_sched_shares_window (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/sched/
Dsysctl.h61 extern unsigned int sysctl_sched_shares_window;
/linux-4.1.27/kernel/
Dsysctl.c347 .data = &sysctl_sched_shares_window,
/linux-4.1.27/kernel/sched/
Dfair.c101 unsigned int __read_mostly sysctl_sched_shares_window = 10000000UL; variable