[PATCH] glossary: Add OMIP

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Sep 24 12:50:06 UTC 2021


---
 c-user/glossary.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index 74f4ee1..f85c08c 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -604,6 +604,12 @@ Glossary
         variety of entities.  Object-oriented systems shield the application from
         implementation details.
 
+    OMIP
+        This term is an acronym for O(m) Independence-Preserving Protocol.  OMIP is a
+        generalization of the :term:`priority inheritance` locking protocol to
+        clustered scheduling.  The ``m`` denotes the number of processors in the
+        system.
+
     operating system
         The software which controls all the computer's resources and provides the
         base upon which application programs can be written.
-- 
2.31.1



More information about the devel mailing list