Linux specific preemption models
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* Linux specific preemption models [#h88c92f9]
Real Time Linux の [[Preemption Models:https://wiki.linux...
The various preemption models are kernel specific. In pr...
さまざまなプリエンプションモデルはカーネル固有です。原則...
Preemption of a running task is performed by the schedul...
実行中のタスクのプリエンプションは、スケジューラーによっ...
The Linux kernel implements several preemption models. T...
Linuxカーネルは、いくつかのプリエンプションモデルを実装し...
**No Forced Preemption (server) [#i059864b]
強制プリエンプションなし(サーバー)
No Forced Preemption (server): The traditional Linux pre...
スループットを対象とした従来のLinuxプリエンプションモデル...
** Voluntary Kernel Preemption (Desktop) [#k3005e19]
自発的なカーネルプリエンプション(デスクトップ)
Voluntary Kernel Preemption (Desktop): This option reduc...
このオプションは、カーネルコードに「明示的なプリエンプシ...
** Preemptible Kernel (Low-Latency Desktop) [#v97887f6]
プリエンプティブルカーネル(低レイテンシデスクトップ)
Preemptible Kernel (Low-Latency Desktop): This option re...
このオプションは、すべてのカーネルコード(クリティカルセ...
** Preemptible Kernel (Basic RT) [#y2389929]
プリエンプティブルカーネル(基本RT)
Preemptible Kernel (Basic RT): This preemption model res...
このプリエンプションモデルは、「プリエンプティブルカーネ...
** Fully Preemptible Kernel (RT) [#de2262c6]
完全プリエンプティブルカーネル(RT)
Fully Preemptible Kernel (RT): All kernel code is preemp...
いくつかの選択されたクリティカルセクションを除いて、すべ...
~
~
#htmlinsert(amazon_pc.html);
終了行:
* Linux specific preemption models [#h88c92f9]
Real Time Linux の [[Preemption Models:https://wiki.linux...
The various preemption models are kernel specific. In pr...
さまざまなプリエンプションモデルはカーネル固有です。原則...
Preemption of a running task is performed by the schedul...
実行中のタスクのプリエンプションは、スケジューラーによっ...
The Linux kernel implements several preemption models. T...
Linuxカーネルは、いくつかのプリエンプションモデルを実装し...
**No Forced Preemption (server) [#i059864b]
強制プリエンプションなし(サーバー)
No Forced Preemption (server): The traditional Linux pre...
スループットを対象とした従来のLinuxプリエンプションモデル...
** Voluntary Kernel Preemption (Desktop) [#k3005e19]
自発的なカーネルプリエンプション(デスクトップ)
Voluntary Kernel Preemption (Desktop): This option reduc...
このオプションは、カーネルコードに「明示的なプリエンプシ...
** Preemptible Kernel (Low-Latency Desktop) [#v97887f6]
プリエンプティブルカーネル(低レイテンシデスクトップ)
Preemptible Kernel (Low-Latency Desktop): This option re...
このオプションは、すべてのカーネルコード(クリティカルセ...
** Preemptible Kernel (Basic RT) [#y2389929]
プリエンプティブルカーネル(基本RT)
Preemptible Kernel (Basic RT): This preemption model res...
このプリエンプションモデルは、「プリエンプティブルカーネ...
** Fully Preemptible Kernel (RT) [#de2262c6]
完全プリエンプティブルカーネル(RT)
Fully Preemptible Kernel (RT): All kernel code is preemp...
いくつかの選択されたクリティカルセクションを除いて、すべ...
~
~
#htmlinsert(amazon_pc.html);
ページ名: