Function report |
Source Code:include\linux\irq.h |
Create Date:2022-07-28 07:32:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:irq_set_nested_thread
Proto:static inline void irq_set_nested_thread(unsigned int irq, bool nest)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | irq | |
bool | nest |
750 | If nest Then irq_set_status_flags(irq, IRQ_NESTED_THREAD) |
752 | Else irq_clear_status_flags(irq, IRQ_NESTED_THREAD) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |