Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sched/
Dsysctl.h60 extern unsigned int sysctl_sched_shares_window;
/linux-4.4.14/kernel/
Dsysctl.c348 .data = &sysctl_sched_shares_window,
/linux-4.4.14/kernel/sched/
Dfair.c101 unsigned int __read_mostly sysctl_sched_shares_window = 10000000UL; variable