是否有可能“醒来”? linux内核进程从用户空间运行而不需要系统调用?

发布于 2024-12-09 21:29:15 字数 159 浏览 1 评论 0原文

我正在尝试修改管理特殊硬件的内核模块。 用户空间进程每毫秒执行 2 个 ioctl() 系统调用来与模块通信。这不符合我的实时要求,因为这两个系统调用有时需要很长时间才能执行并超出我的时间段。 我知道使用 mmap 我可以共享内存区域,这很棒,但是如何在没有 ioctl() 的情况下与模块同步数据交换?

I'm trying to modify a kernel module that manages a special hardware.
The user space process, performs 2 ioctl() system calls per milliseconds to talk with the module. This doesn't meet my real.time requirements because the 2 syscalls sometimes take to long to execute and go out my time slot.
I know that with mmap I could share a memory area, and this is great, but how can I synchronize the data exchange with the module without ioctl() ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文