Commit a8e7244
committed
sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from fair.c to sched.h
JIRA: https://issues.redhat.com/browse/RHEL-110301
commit d403a36
Author: Tejun Heo <tj@kernel.org>
Date: Fri Jun 13 15:23:27 2025 -1000
sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from fair.c to sched.h
max_cfs_quota_period is defined in core.c but has a declaration in fair.c.
Move the declaration to kernel/sched/sched.h. Also, move
default_cfs_period() from fair.c to sched.h. No functional changes.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250614012346.2358261-2-tj@kernel.org
Signed-off-by: Phil Auld <pauld@redhat.com>1 parent d6c2181 commit a8e7244
2 files changed
+13
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5611 | 5611 | | |
5612 | 5612 | | |
5613 | 5613 | | |
5614 | | - | |
5615 | | - | |
5616 | | - | |
5617 | | - | |
5618 | | - | |
5619 | | - | |
5620 | | - | |
5621 | | - | |
5622 | | - | |
5623 | 5614 | | |
5624 | 5615 | | |
5625 | 5616 | | |
| |||
6394 | 6385 | | |
6395 | 6386 | | |
6396 | 6387 | | |
6397 | | - | |
6398 | | - | |
6399 | 6388 | | |
6400 | 6389 | | |
6401 | 6390 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
406 | 419 | | |
407 | 420 | | |
408 | 421 | | |
| |||
0 commit comments