Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
RosaryXiang
proj226-arceos
Commits
171a1bd8
Unverified
Commit
171a1bd8
authored
2 years ago
by
Yuekai Jia
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #32 from 131131yhx/cfs
Finish Completely Fair Scheduler and APP Priority
parents
939e63d7
a548a8f5
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Cargo.lock
+7
-0
Cargo.lock
Cargo.toml
+1
-0
Cargo.toml
apps/task/parallel/Cargo.toml
+2
-1
apps/task/parallel/Cargo.toml
apps/task/parallel/test_cmd
+1
-1
apps/task/parallel/test_cmd
apps/task/priority/Cargo.toml
+16
-0
apps/task/priority/Cargo.toml
apps/task/priority/expect_info_smp1_cfs.out
+38
-0
apps/task/priority/expect_info_smp1_cfs.out
apps/task/priority/expect_info_smp1_fifo.out
+37
-0
apps/task/priority/expect_info_smp1_fifo.out
apps/task/priority/expect_info_smp1_rr.out
+38
-0
apps/task/priority/expect_info_smp1_rr.out
apps/task/priority/expect_info_smp4_cfs.out
+44
-0
apps/task/priority/expect_info_smp4_cfs.out
apps/task/priority/src/main.rs
+126
-0
apps/task/priority/src/main.rs
apps/task/priority/test_cmd
+4
-0
apps/task/priority/test_cmd
crates/scheduler/src/cfs.rs
+188
-0
crates/scheduler/src/cfs.rs
crates/scheduler/src/fifo.rs
+8
-0
crates/scheduler/src/fifo.rs
crates/scheduler/src/lib.rs
+5
-0
crates/scheduler/src/lib.rs
crates/scheduler/src/round_robin.rs
+8
-0
crates/scheduler/src/round_robin.rs
crates/scheduler/src/tests.rs
+3
-0
crates/scheduler/src/tests.rs
doc/apps_priority.md
+41
-0
doc/apps_priority.md
modules/axtask/Cargo.toml
+1
-0
modules/axtask/Cargo.toml
modules/axtask/src/api.rs
+10
-5
modules/axtask/src/api.rs
modules/axtask/src/run_queue.rs
+5
-0
modules/axtask/src/run_queue.rs
with
583 additions
and
7 deletions
+583
-7
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment