设备驱动程序开发中的工作队列?

发布于 2025-01-08 09:11:36 字数 291 浏览 1 评论 0原文

现在我正在处理设备驱动程序编码。作为开发的一部分,需要对workqueues和work_struct进行探索。

我对此只有很少的参考。

html">http://www.hackchina.com/en/r/119579/jiq.c_html

上面的链接显示了 ac 代码 jiq.c 。由此不太了解调用在驱动程序代码中是如何流动的。我想了解 workqueueswork_struct 。 谁能建议一些文件?

提前致谢。

now i am dealing with the device driver coding. As the part of development, need to explore with the workqueues and work_struct.

i got only few reference for this.

html">http://www.hackchina.com/en/r/119579/jiq.c_html

The above link shows a c code jiq.c . From this not getting much idea about how the calls are flowing inside the driver code. I want to get a good idea about workqueues and work_struct .
Can anyone suggest some documents ?.

thanks in advance.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你怎么敢 2025-01-15 09:11:36

这里有一些我可以掌握的 -

  1. 你可以从这里开始< /a>.

  2. 这是关于 Robert Love 的 Kernel 2.6 中的工作队列接口

  3. 此内容来自 IBM Developer Works 解释了除了工作队列之外的微线程,并提供了示例示例!

Here are a few I could get hold of -

  1. You can start of here.

  2. This is about the workqueue interface in Kernel 2.6 by Robert Love

  3. This one from IBM Developer Works explains tasklets in addition to work queues and has sample examples!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文