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
44f3b130
Commit
44f3b130
authored
1 year ago
by
Sergey Bozhko
Browse files
Options
Downloads
Patches
Plain Diff
prove that FIFO has no service inversion
parent
0b5938ba
No related branches found
No related tags found
1 merge request
!366
Prove RTA for RS FIFO
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
analysis/facts/priority/fifo.v
+10
-0
10 additions, 0 deletions
analysis/facts/priority/fifo.v
with
10 additions
and
0 deletions
analysis/facts/priority/fifo.v
+
10
−
0
View file @
44f3b130
...
@@ -8,6 +8,7 @@ Require Export prosa.analysis.facts.readiness.basic.
...
@@ -8,6 +8,7 @@ Require Export prosa.analysis.facts.readiness.basic.
Require
Export
prosa
.
analysis
.
facts
.
busy_interval
.
all
.
Require
Export
prosa
.
analysis
.
facts
.
busy_interval
.
all
.
Require
Export
prosa
.
analysis
.
facts
.
preemption
.
job
.
nonpreemptive
.
Require
Export
prosa
.
analysis
.
facts
.
preemption
.
job
.
nonpreemptive
.
Require
Export
prosa
.
analysis
.
facts
.
priority
.
inversion
.
Require
Export
prosa
.
analysis
.
facts
.
priority
.
inversion
.
Require
Export
prosa
.
analysis
.
facts
.
busy_interval
.
service_inversion
.
(** We first make some trivial observations about the FIFO priority policy to
(** We first make some trivial observations about the FIFO priority policy to
avoid having to re-reason these steps repeatedly in the subsequent
avoid having to re-reason these steps repeatedly in the subsequent
...
@@ -165,6 +166,15 @@ Section BasicLemmas.
...
@@ -165,6 +166,15 @@ Section BasicLemmas.
by
apply
:
leq_trans
.
}
by
apply
:
leq_trans
.
}
Qed
.
Qed
.
(** As a corollary, FIFO implies the absence of service inversion. *)
Corollary
FIFO_implies_no_service_inversion
:
service_inversion_is_bounded_by
arr_seq
sched
tsk
(
constant
0
)
.
Proof
.
move
=>
j
ARR
TSK
POS
t1
t2
PREF
.
rewrite
(
leqRW
(
cumul_service_inv_le_cumul_priority_inv
_
_
_
_
_
_
_
_
_
_))
//=.
by
apply
FIFO_implies_no_pi
.
Qed
.
End
PriorityInversionBounded
.
End
PriorityInversionBounded
.
...
...
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