简体   繁体   English

linux-kernel:如何在内核空间中使用异步io

[英]linux-kernel: how can I use async io in kernel space

Currently I'm using vfs_write and vfs_read to do the sync file io. 目前,我正在使用vfs_writevfs_read来执行同步文件io。 Is it possible to use async io in kernel space? 是否可以在内核空间中使用async io Examples will be very appreciated. 示例将不胜感激。

不确定该信息是否是最新的,但请查阅Linux设备驱动程序中的“ 执行直接I / O”一章。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM