kernel preemption
基本解釋
- [計算機科學技術]內(nèi)核搶佔
英漢例句
- The kernel preemption case is handled by the spinlock code itself.
內(nèi)核的搶佔機制被它自己操作自鏇鎖的代碼所控制。 - Certain critical sections of the kernel code are locked against preemption.
可以鎖定內(nèi)核代碼的關鍵部分,不允許搶佔。 - The kernel preemption patch has been merged into the 2.5 series and subsequently will make it into 2.6.
內(nèi)核搶佔補丁在2.5系列中就已經(jīng)被打上,接下來在2.6中也會打。
雙語例句
詞組短語
- Kernel Preemption Time 內(nèi)核搶佔時間
- Voluntary Kernel Preemption 自動式內(nèi)核搶先
短語
專業(yè)釋義
- 內(nèi)核搶佔
In Chapter 2, we focus on the kernel preemption strategy and scheduling algorithms. For the kernel preemption, we will examine two improved schemes and patches, with emphasis on the analysis of the inserting-preemption-point scheme.
接著本文從Linux的內(nèi)核搶佔和調度機制上進行了重點分析和研究:在內(nèi)核搶佔方麪,分析了改進可搶佔性的兩種方案及補丁,其中重點分析了插入搶佔點的方案;在調度機制方麪,分析了Linux2.4.18的進程調度部分,討論了兩種經(jīng)典實時調度算法。