Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sched/
Dsysctl.h60 extern unsigned int sysctl_timer_migration;
70 return sysctl_timer_migration; in get_sysctl_timer_migration()
/linux-4.1.27/kernel/
Dsysctl.c354 .data = &sysctl_timer_migration,
/linux-4.1.27/kernel/sched/
Dcore.c7086 const_debug unsigned int sysctl_timer_migration = 1; variable