设备驱动程序开发中的工作队列?
现在我正在处理设备驱动程序编码。作为开发的一部分,需要对workqueues和work_struct进行探索。
我对此只有很少的参考。
html">http://www.hackchina.com/en/r/119579/jiq.c_html
上面的链接显示了 ac 代码 jiq.c 。由此不太了解调用在驱动程序代码中是如何流动的。我想了解 workqueues 和 work_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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有一些我可以掌握的 -
你可以从这里开始< /a>.
这是关于 Robert Love 的 Kernel 2.6 中的工作队列接口
此内容来自 IBM Developer Works 解释了除了工作队列之外的微线程,并提供了示例示例!
Here are a few I could get hold of -
You can start of here.
This is about the workqueue interface in Kernel 2.6 by Robert Love
This one from IBM Developer Works explains tasklets in addition to work queues and has sample examples!