kernel preemption
基本解釋
- [計算機科學(xué)技術(shù)]內(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)核代碼的關(guān)鍵部分,不允許搶占。 - 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)核搶占和調(diào)度機制上進行了重點分析和研究:在內(nèi)核搶占方面,分析了改進可搶占性的兩種方案及補丁,其中重點分析了插入搶占點的方案;在調(diào)度機制方面,分析了Linux2.4.18的進程調(diào)度部分,討論了兩種經(jīng)典實時調(diào)度算法。