Searched refs:sysctl_sched_dl_period_max (Results 1 – 1 of 1) sorted by relevance
30 static unsigned int sysctl_sched_dl_period_max = 1 << 22; /* ~4 seconds */ variable36 .data = &sysctl_sched_dl_period_max,48 .extra2 = (void *)&sysctl_sched_dl_period_max,3363 max = (u64)READ_ONCE(sysctl_sched_dl_period_max) * NSEC_PER_USEC; in __checkparam_dl()