多个排队和工作队列
我正在学习工作队列来编写Linux内核中的下半部分。 我想知道:如果中断处理程序被执行两次(因此调用schedule_work两次),工作队列处理程序会被调用一次还是两次?
I'm learning the Work queues to code bottom halves in the linux kernel.
I wonder: if the interrupt handler is executed two times (thus calling schedule_work
two times), does the work queue handler be called once or twice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您的答案在该函数的注释中。
Looks like your answer is in the comment for the function.