|
@@ -1117,7 +1117,7 @@ extern bool sched_rt_bandwidth_account(struct rt_rq *rt_rq);
|
|
|
* should be larger than 2^(64 - 20 - 8), which is more than 64 seconds.
|
|
|
* So, overflow is not an issue here.
|
|
|
*/
|
|
|
-u64 grub_reclaim(u64 delta, struct rq *rq, struct sched_dl_entity *dl_se)
|
|
|
+static u64 grub_reclaim(u64 delta, struct rq *rq, struct sched_dl_entity *dl_se)
|
|
|
{
|
|
|
u64 u_inact = rq->dl.this_bw - rq->dl.running_bw; /* Utot - Uact */
|
|
|
u64 u_act;
|
|
@@ -2731,8 +2731,6 @@ bool dl_cpu_busy(unsigned int cpu)
|
|
|
#endif
|
|
|
|
|
|
#ifdef CONFIG_SCHED_DEBUG
|
|
|
-extern void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq);
|
|
|
-
|
|
|
void print_dl_stats(struct seq_file *m, int cpu)
|
|
|
{
|
|
|
print_dl_rq(m, cpu, &cpu_rq(cpu)->dl);
|