• The copy_from_user function copies a block of data from user space into a kernel buffer.

    copy _ from_user函数数据用户空间复制内核缓冲区

    youdao

  • Then the data is copied by the kernel into the kernel buffer associated with the output socket.

    然后内核数据拷贝到输出套接字相关联内核缓冲区

    youdao

  • The transferTo() method causes the file contents to be copied into a kernel buffer by the DMA engine.

    transferTo()方法引发DMA引擎文件内容拷贝内核缓冲区

    youdao

  • Step two: data is copied from the kernel buffer into the user buffer, and the read system call returns.

    所需数据读取缓冲区拷贝用户缓冲区,read()调用返回。

    youdao

  • This significantly improves performance when the requested data amount is less than the kernel buffer size.

    所需数据小于内核缓冲区小时极大地提高了性能

    youdao

  • This function accepts a pointer to a user space buffer, a pointer to a kernel buffer, and a length defined in bytes.

    函数接受指向用户空间缓冲区指针、一个指向内存缓冲区的指针、以及一个字节定义长度

    youdao

  • Use of the intermediate kernel buffer (rather than a direct transfer of the data into the user buffer) might seem inefficient.

    使用中间内核缓冲区(不是直接数据传输用户缓冲区)看起来可能有点效率低下。

    youdao

  • The data gets copied multiple times among the disk, kernel buffer, and user buffer before it is finally delivered to the application.

    数据最终传入应用程序,在磁盘内核缓冲区用户缓冲区中被拷贝多次

    youdao

  • The strncpy_from_user function copies a string from user space into a kernel buffer, given a user space source address and Max length.

    strncpy _ from_user函数字符串用户空间复制一个内核缓冲区给定一个用户空间地址最大长度

    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

  • Unfortunately, this approach itself can become a performance bottleneck if the size of the data requested is considerably larger than the kernel buffer size.

    不幸如果所需数据远大内核缓冲区大小的话,这个方法本身可能成为一个性能瓶颈

    youdao

  • Using the intermediate buffer on the read side allows the kernel buffer to act as a "readahead cache" when the application hasn't asked for as much data as the kernel buffer holds.

    读取方面使用中间内核缓冲区可以允许内核缓冲区在应用程序不需要内核缓冲区内全部数据充当 “预读高速缓存readahead cache)” 的角色。

    youdao

  • Step two: data is copied from the kernel buffer into the user buffer, and the read system call returns. The return from the call caused a context switch from kernel back to user mode.

    步骤数据内核空间缓冲区复制用户空间缓冲区,之后系统调用read返回导致了从内核空间用户空间的上下文切换

    youdao

  • The kernel ring buffer is also used for some events after the system is booted. These include certain program failures and hot-plug events.

    系统启动内核缓冲区可以用于一些事件其中包括某些程序失败热插拔事件。

    youdao

  • You may display the kernel ring buffer using the dmesg command, which displays these messages on standard output.

    可以使用dmesg命令显示内核缓冲区,会标准输出显示这些消息

    youdao

  • Because the buffer that I'll write to (page) is already in kernel space, I can manipulate it directly and use sprintf to write the next fortune.

    由于我们刚才写入数据缓冲区(page)已经内核空间中了,因此可以直接进行操作使用sprintf写入一个fortune。

    youdao

  • The page buffer provided here is in kernel space.

    此处提供page缓冲区内核空间中。

    youdao

  • The KERN_INFO symbol is a string that you can use to filter information from entering the kernel ring buffer (much like syslog).

    kern_info符号一个字符串可以用来对进入内核回环缓冲区信息进行过滤(非常类似于syslog)。

    youdao

  • Tcp_sendspace -this controls how much buffer space in the kernel is used to buffer application data.

    tcp _ sendspace——控制内核用于缓冲应用程序数据缓冲区空间大小。

    youdao

  • The first copy (see Figure 1) is performed by the direct memory access (DMA) engine, which reads file contents from the disk and stores them into a kernel address space buffer.

    直接内存存取(direct memory access,DMA)引擎执行第一拷贝(参见1),磁盘中读取文件内容然后它们存储一个内核地址空间缓存区中

    youdao

  • Note that kernel output goes to the kernel ring buffer and not to stdout, because stdout is process specific.

    注意内核输出到了内核回环缓冲区中不是打印stdout上,这是因为stdout进程特有的环境。

    youdao

  • It accepts a destination buffer (in kernel space), a source buffer (from user space), and a length defined in bytes.

    接受目的缓冲区(内核空间)、一个缓冲区(用户空间)一个字节定义长度

    youdao

  • Buffer activity for transfers, accesses, and cache (kernel block buffer cache) hit ratios.

    传输访问缓存(内核缓冲区缓存)命中率缓冲区活动

    youdao

  • The block I/O buffer (kiobuf) in the 2.6 kernel allows I/O requests larger than PAGE_SIZE.

    2.6 中I/O缓冲区kiobuf允许 I/O请求可以 PAGE_SIZE

    youdao

  • Intermediate buffer copies - even those hidden in the kernel - can have a measurable cost.

    中间缓冲区拷贝甚至于那些隐藏内核内的拷贝—都会产生一定的开销。

    youdao

  • In addition, they tell the kernel to flush a dirty buffer after 3 seconds rather than 30, the default.

    另外它们告诉内核3不是30秒(缺省值)刷新“脏”缓冲区

    youdao

  • The size of the kernel ring buffer was originally 4kb but in recent kernels is sized at 16kb (and up to 1mb, depending on the architecture).

    内核缓冲缓冲区大小初始值为4kb但是最新内核大小已经升级16 KB(不同的体系架构这个值最高可以达到1mb)。

    youdao

  • The string passed into printk is then copied into the kernel log buffer using a special function that manages the bounds of the ring (emit_log_char).

    这个字符串会被传递给printk然后它会被一个管理缓冲边界(emit_log_char)特殊函数复制内核日志缓冲区中。

    youdao

  • This command USES the klogctl system call to read the kernel ring buffer and emit it to standard output (stdout).

    这个命令使用klogctl系统调用读取内核缓冲区转发标准输出(stdout)。

    youdao

  • This command USES the klogctl system call to read the kernel ring buffer and emit it to standard output (stdout).

    这个命令使用klogctl系统调用读取内核缓冲区转发标准输出(stdout)。

    youdao

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

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

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