• Priority boosting requires a kernel call anyway.

    优先级提高总是需要使用内核调用。

    youdao

  • The BSD part of the kernel calls down to the Mach part, but can call these functions directly, not requiring a Mach message.

    内核BSD部分可以调用内核Mach部分,直接调用这些功能而不需要通过Mach消息

    youdao

  • However, now that devfs is enabled, the device drivers use a new and improved kernel call to register their devices, called devfs_register .

    然而现在启用了devfs设备驱动程序一种新的改进了内核调用注册设备称为devfs_register 。

    youdao

  • In stark contrast, the Linux kernel call graph - the network of interactions between different pieces of program code - looks almost like an inverted pyramid.

    与之形成鲜明对比,Linux内核调用——不同程序代码之间交互网络——看起来几乎一个倒置的金字塔。

    youdao

  • This provides the system call interface that connects to the kernel and provides the mechanism to transition between the user-space application and the kernel.

    提供连接内核系统调用接口,还提供了用户空间应用程序内核之间进行转换机制

    youdao

  • Above the VFS is the standard kernel system-call interface (SCI).

    VFS之上标准内核系统调用接口(SCI)。

    youdao

  • From here, depending on architecture, a call is made to copy from the user buffer to a kernel buffer with zeroing (of unavailable bytes).

    从此开始,根据构架,为执行用户缓冲区内核缓冲区零拷贝(不可用字节)而进行一个调用

    youdao

  • The biggest problem with them is that it's a standardized interface. It would be difficult to have your new system call added to the kernel, so any additions are likely served through other means.

    使用这种方法最大问题就是一个标准接口很难新的系统调用增加内核中因此可以通过其他方法来实现类似服务

    youdao

  • The system call interface ACTS as a switch, funneling system calls from user space to the appropriate endpoints in kernel space.

    系统调用接口作用就像是交换器,将系统调用用户空间发送内核空间中的适当端点

    youdao

  • The return from the call causes another context switch from kernel back to user mode.

    调用返回引发了内核模式用户模式的上下文切换(又一次上下文切换)。

    youdao

  • The return from the call caused a context switch from kernel back to user mode.

    调用返回引发内核模式用户模式的上下文切换(又一次上下文切换)。

    youdao

  • When a networking call is made by the user, it is multiplexed through the system call interface into the kernel.

    用户发起网络调用通过系统调用接口进入内核的过程应该的。

    youdao

  • Prior to the call for power off, the machine will load the panic instigator module into the kernel, and the shake detection routine will be called.

    调用关闭程序计算机紧急情况触发模块装入内核调用震动检测程序。

    youdao

  • While booting Linux involves many steps, you can partition the process into three basic steps that I call BIOS, kernel boot, and system initialization, as shown in Figure 1.

    尽管引导Linux会涉及很多步骤,不过可以整个过程划分3个基本步骤,将它们分别称之为BIOS内核引导系统初始化如图1所示。

    youdao

  • Step one: the read system call causes a context switch from user mode to kernel mode.

    read() 调用(参见 图 2)引发了一次用户模式内核模式的上下文切换

    youdao

  • The Linux kernel provides several functions that you can use to move system call arguments to and from user-space.

    Linux内核提供了几个函数可以用来系统调用参数移动用户空间中,或从中移出。

    youdao

  • Step two: the write system call causes the kernel to copy the data from the original kernel buffers into the kernel buffers associated with sockets.

    步骤write系统调用导致内核数据内核缓冲区复制socket相关联内核缓冲区中。

    youdao

  • A typical Mac OS X application spends most of its time in the kevent system call, waiting for an event from the kernel to wake it up.

    一个典型MacOSX应用程序大部分时间用在kevent系统调用上,等待内核事件来唤醒它。

    youdao

  • The Linux system call interface provides the means for user-space applications to invoke kernel functionality.

    Linux系统调用接口提供了用户空间应用程序调用内核功能方法

    youdao

  • At the top of the kernel is the system call interface, which handles the routing of user-space calls to their appropriate destination in the kernel (such as an open, read, or write).

    内核顶部系统调用接口处理用户空间调用内核合适目的地路由(例如openreadwrite)。

    youdao

  • To visit the device, the Linux kernel maps the device operation call to the device driver via the file system.

    为了访问设备Linux内核将设备操作调用通过文件系统映射设备驱动程序

    youdao

  • The kernel trace hooks call functions in the device driver code, which log the information provided by the kernel trace hooks in pinned buffers.

    内核追踪挂钩调用设备驱动程序代码中的函数那些函数将内核追踪挂钩固定缓冲区pinned buffer)中给出信息记录下来。

    youdao

  • Step three: the write system call causes a context switch from user mode to kernel mode.

    send() 套接字调引发用户模式内核模式的上下文切换

    youdao

  • Internal to the setup function, there's a call to kzalloc (which allocates kernel memory and zeroes it).

    安装函数内部调用kzalloc(分配内核内存并清零)。

    youdao

  • The printk call can be called from any context in the kernel.

    printk可以内核任意上下文中调用

    youdao

  • For instance, if a Linux binary were to try to call uname to get a kernel version, it would be very confused if it got back a NetBSD version number.

    例如如果Linux二进制程序尝试调用uname得到内核版本得到NetBSD的版本非常令人迷惑

    youdao

  • A kernel routine will call panic when it has encountered a problem that it cannot resolve.

    内核例程遇到无法解决问题就会调用panic服务

    youdao

  • This is normally from a call to the panic kernel service or from a failed assert.

    通常调用panic内核服务断言失败造成的。

    youdao

  • A sample probe is shown in Listing 3 that exists to fire when the kernel system call sys_sync is invoked.

    清单3显示了一个样探针,它调用内核系统调用sys_sync触发。

    youdao

  • A sample probe is shown in Listing 3 that exists to fire when the kernel system call sys_sync is invoked.

    清单3显示了一个样探针,它调用内核系统调用sys_sync触发。

    youdao

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

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

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