Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROSA - Formally Proven Schedulability Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RT-PROOFS
PROSA - Formally Proven Schedulability Analysis
Commits
e1f5e262
Commit
e1f5e262
authored
3 years ago
by
Mariam Vardishvili
Committed by
Björn Brandenburg
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
improve comments in bounded PI arguments
parent
9aca7702
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!160
Small fixes
Pipeline
#55037
passed with warnings
3 years ago
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
results/edf/rta/bounded_pi.v
+7
-7
7 additions, 7 deletions
results/edf/rta/bounded_pi.v
results/fixed_priority/rta/bounded_pi.v
+2
-2
2 additions, 2 deletions
results/fixed_priority/rta/bounded_pi.v
with
9 additions
and
9 deletions
results/edf/rta/bounded_pi.v
+
7
−
7
View file @
e1f5e262
...
...
@@ -200,8 +200,8 @@ Section AbstractRTAforEDFwithArrivalCurves.
Let
interfering_workload
(
j
:
Job
)
(
t
:
instant
)
:=
ideal_jlfp_rta
.
interfering_workload
arr_seq
sched
j
t
.
(** Finally, we define the interference bound function (IBF_other). IBF_other bounds the interference if tasks are sequential.
Since tasks are sequential, we exclude interference from other jobs of the same task. For EDF, we define IBF_other as the sum of the priority
(** Finally, we define the interference bound function (
[
IBF_other
]
).
[
IBF_other
]
bounds the interference if tasks are sequential.
Since tasks are sequential, we exclude interference from other jobs of the same task. For EDF, we define
[
IBF_other
]
as the sum of the priority
interference bound and the higher-or-equal-priority workload. *)
Let
IBF_other
(
A
R
:
duration
)
:=
priority_inversion_bound
+
bound_on_total_hep_workload
A
R
.
...
...
@@ -382,11 +382,11 @@ Section AbstractRTAforEDFwithArrivalCurves.
by
apply
service_of_jobs_le_workload
;
eauto
2
with
basic_facts
.
Qed
.
(** Next, we
reorder summation. So
the total workload of jobs
with higher-or-equal priority from other tasks is
equal to
the sum over all tasks [tsk_o] that are t
o
equal to task
[tsk] of workload of jobs with higher-or-equal priority
task [tsk_o].
*)
(** Next, we
prove that
the total workload of jobs
with higher-or-equal priority from other tasks is
bounded by
the sum over all tasks [tsk_o] that are
no
t equal to task
[tsk] of workload of jobs with higher-or-equal priority
from
task [tsk_o].*)
Lemma
reorder_summation
:
workload_of_jobs
(
EDF_not_from
tsk
)
jobs
<=
\
sum_
(
tsk_o
<-
ts
|
tsk_o
!=
tsk
)
workload_of_jobs
(
EDF_from
tsk_o
)
jobs
.
...
...
This diff is collapsed.
Click to expand it.
results/fixed_priority/rta/bounded_pi.v
+
2
−
2
View file @
e1f5e262
...
...
@@ -171,8 +171,8 @@ Section AbstractRTAforFPwithArrivalCurves.
Let
interfering_workload
(
j
:
Job
)
(
t
:
instant
)
:=
ideal_jlfp_rta
.
interfering_workload
arr_seq
sched
j
t
.
(** Finally, we define the interference bound function (IBF_other). IBF_other bounds the interference if tasks are sequential.
Since tasks are sequential, we exclude interference from other jobs of the same task. For FP, we define IBF_other as the sum of the priority
(** Finally, we define the interference bound function (
[
IBF_other
]
).
[
IBF_other
]
bounds the interference if tasks are sequential.
Since tasks are sequential, we exclude interference from other jobs of the same task. For FP, we define
[
IBF_other
]
as the sum of the priority
interference bound and the higher-or-equal-priority workload. *)
Let
IBF_other
(
R
:
duration
)
:=
priority_inversion_bound
+
total_ohep_rbf
R
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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