Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c125 static unsigned int sysctl_sched_cfs_bandwidth_slice = 5000UL; variable
138 .data = &sysctl_sched_cfs_bandwidth_slice,
5883 return (u64)sysctl_sched_cfs_bandwidth_slice * NSEC_PER_USEC; in sched_cfs_bandwidth_slice()