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