Searched refs:sysctl_sched_dl_period_max (Results 1 – 3 of 3) sorted by relevance
47 extern unsigned int sysctl_sched_dl_period_max;
2767 unsigned int sysctl_sched_dl_period_max = 1 << 22; /* ~4 seconds */ variable2816 max = (u64)READ_ONCE(sysctl_sched_dl_period_max) * NSEC_PER_USEC; in __checkparam_dl()
1830 .data = &sysctl_sched_dl_period_max,