linux read_ahead_kb,Unix_Linux

Unix_Linux 的 readahead

readahead -执行文件预读入缓存页

内容简介

#include

ssize_t readahead(intfd, off64_t *offset, size_tcount);

描述

readahead() populates the page cache with data from a file so that subsequent reads from that file will not block on disk I/O. Thefdargument is a file descriptor identifying the file which is to be read. Theoffsetargument specifies the starting point from which data is to be read andcountspecifies the number of bytes to be read. I/O is performed in whole pages, so thatoffsetis effectively rounded down to a page boundary and bytes are read up to the next page boundary greater than or equal to(offset+count).readahead() does not read beyond the end of the file.readahead() blocks until the specified data has been read. The current file offset of the open file referred to byfdis left unchanged.

返回值

On success,readahead() returns 0; on failure, -1 is returned, witherrnoset to indicate the cause of the error.

错误

标签

描述

EBADF

fd is not a valid file descriptor or is not open for reading.

EINVAL

fd does not refer to a file type to which readahead() can be applied.

遵循于

readahead()系统调用是Linux特有的,并且应该避免在便携式应用中的使用。

注意

Thereadahead() system call appeared in Linux 2.4.13.

另请参阅

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值