• 工作队列接口2.5的开发过程中引入的,用于取代任务队列接口(用于调度内核任务)。

    Workqueue interface is introduced in 2.5 development to replace the task queue interface (used to schedule kernel tasks).

    youdao

  • 调度类似于一个模块协助内核调度程序工作。

    The scheduling classes are like a chain of modules assisting the core scheduler.

    youdao

  • 进程内核线程进行绑定之后它们调度运行指定处理器

    Once kernel threads of the process are bound, they'll always be scheduled to run on the selected processor.

    youdao

  • 内核实现了一种新型调度算法不管有多少个线程在竞争CPU,这种算法可以固定时间内进行操作。

    The kernel implements a novel scheduling algorithm that operates in constant time, regardless of the number of threads vying for the CPU.

    youdao

  • 内核调度程序使用这种方法实现调度模块管理进程的负载平衡。

    The core scheduler USES this method to load-balance processes managed by the scheduling module.

    youdao

  • 一方面,对于CPU内核wlm调度程序读取关于CPU使用量输入,以便做出调度决策

    On the other hand, in the case of CPU, the input from the WLM scheduler about CPU usage is read by the kernel to make scheduling decisions.

    youdao

  • 内核使用收集CPU 使用量数据,可以根据优先级、当前 CPU 使用量 CPU 限制调度撤消运行进程

    The CPU usage thus gathered is used by the kernel, which may schedule or de-schedule a process based on its priority, current CPU usage, and CPU limits.

    youdao

  • 但是O(1)内核很笨拙

    But the O (1) scheduler became unwieldy in the kernel.

    youdao

  • 调度代码内核实现

    The scheduling code is implemented in the kernel.

    youdao

  • 然后资源内核可以合并这些请求使用任务定义约束定义一个调度,从而提供确定的访问如果无法提供确定性返回错误)。

    The resource kernel can then merge the requests to define a schedule to provide guaranteed access using the task-defined constraints (or return an error if they cannot be guaranteed).

    youdao

  • SSI解决方案修改内核几乎所有部分进程管理文件系统内存 管理、调度等等通过不加修改地运行内核进程模拟器简化部署工作

    SSI solutions modify almost every area of kernel: process management, filesystem, memory management, scheduler, etc. Emulators simplify the deployment by letting the kernel processes run unchanged.

    youdao

  • CFS另一个有趣地方调度概念(在2.6.24内核中引入)。

    Another interesting aspect of CFS is the concept of group scheduling (introduced with the 2.6.24 kernel).

    youdao

  • LinSched使用Linux内核代码自身(通过仿真平台的包装器),不是构建新的框架(通过框架可以用户空间完成调度)。

    Rather than build a new framework through which scheduling could be accomplished in user space, LinSched USES the Linux kernel code itself (with wrappers for platform emulation).

    youdao

  • task_new:内核调度程序调度模块提供了管理任务启动机会

    Task_new: the core scheduler gives the scheduling module an opportunity to manage new task startup.

    youdao

  • 这种改变来自ConKolivas内核补丁,其中包括RotatingstaircaseDeadlineScheduler (RSDL),包含了他staircase方面的早期工作

    That change came in the way of a kernel patch from Con Kolivas, with his Rotating staircase Deadline scheduler (RSDL), which included his earlier work on the staircase scheduler.

    youdao

  • 了解有关调度更多信息,包括那些Linux内核实现算法,请Wikipedia中查看调度(计算)页面

    To learn more about scheduling, including those algorithms implemented in the Linux kernel, check out the scheduling (computing) page at Wikipedia.

    youdao

  • 进程调度次数(或者说是内核调度子例程那个进程释放CPU次数)。

    Number of times that the process was dispatched (or how many times the kernel dispatch subroutine relinquished the CPU to that process).

    youdao

  • Linux内核中的 NPTL实现需要重写 Linux 内核调度程序(scheduler)、扩展标准glibc以及更新GNUbinutils支持实现。

    NPTL implementation in the Linux kernel required the Linux kernel scheduler to be rewritten, the standard glibc to be extended, and updates to the GNU binutils to support it.

    youdao

  • 由于标准Linux内核就是一个系统管理程序,因此标准内核修改获益良多(内存支持调度程序)。

    Because the standard Linux kernel is the hypervisor, it benefits from the changes to the standard kernel (memory support, scheduler, and so on).

    youdao

  • 内核代码中子例程idledCPU空闲时运行进程schedule内核调度)。

    The subroutines that ran in the kernel code are idled (the process that is run when the CPU is idle) and schedule (the kernel scheduler).

    youdao

  • 这些Linux组件进行优化(例如2.6版本内核中的o(1)调度程序)可以让系统管理程序(主机操作系统)Linux客户操作系统同时受益

    Optimizations to these Linux components (such as the new o (1) scheduler in the 2.6 kernel) benefit both the hypervisor (the host operating system) and the Linux guest operating systems.

    youdao

  • 调度程序处理有限数量内核线程

    The scheduler manipulates a limited number of Kernel threads.

    youdao

  • 内核称为调度程序部分工作进换从而所有工作都获得一轮执行。

    The part of the kernel called the scheduler swaps jobs in and out so that they all get a turn.

    youdao

  • 每个卫星内核都是器、内存管理器、命名空间管理器以及协调其他内核通信代码所组成的。

    Each satellite kernel is composed of a scheduler, a memory manager, a namespace manager, and code to coordinate communication between other kernels.

    youdao

  • 意味着一旦用户空间验证了,将调度迁移内核以供使用非常简单

    This means that once a scheduler is validated in user space, it's quite simple then to migrate this scheduler into the kernel for use.

    youdao

  • 在2.6版本的内核之前很多任务处于活动状态时,明显的限制

    Before the 2.6 kernel, the scheduler had a significant limitation when many tasks were active.

    youdao

  • WLM调度程序读取报告内核数据

    The WLM scheduler just reads the kernel data and reports it.

    youdao

  • ISR这个tasklet/bootomhalf 进行调度内核就会这个断点处停止

    The kernel will stop at this point when the ISR schedules the tasklet/bottom half.

    youdao

  • 实现上述目标,微创建一个包含基本服务(内存管理调度)的内核其他功能内核之外

    Microkernels do this by creating a kernel (which includes the basic services like memory management and scheduling) and pushing all other functionality outside the kernel.

    youdao

  • 实现上述目标,微创建一个包含基本服务(内存管理调度)的内核其他功能内核之外

    Microkernels do this by creating a kernel (which includes the basic services like memory management and scheduling) and pushing all other functionality outside the kernel.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定