machine check interrupt code [计] 机器检查中断码
interrupt code checking 中断码检查
interrupt device code [计] 中断设备代码 ; 中断装置码
Such restrictions are typically placed on sections of the application such as an interrupt handler, where the code responding to the interrupt must complete its work in a given time period.
此类限制通常是对应用程序的某些部分实施的,比如中断处理程序,其响应中断的代码必须在给定的时间范围内完成工作。
The interrupt handler function now has a return code of type irqreturn_t.
现在的中断处理函数的返回代码是一个 irqreturn_t 类型。
To see what's going on in main() we can set a breakpoint at a particular line or on a function in the program code so gdb will interrupt execution when it is reached.
为了查看在 main() 中发生了什么情况,可以在程序代码中的某一特定行或函数中设置断点,这样 gdb 会在遇到断点时中断执行。
应用推荐