Function report |
Source Code:kernel\softirq.c |
Create Date:2022-07-28 09:04:23 |
Last Modify:2022-05-22 11:04:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_softirq
Proto:asmlinkage __visible void do_softirq(void)
Type:void
Parameter:Nothing
329 | If in_interrupt() Then Return |
332 | local_irq_save(flags) |
334 | pending = local_softirq_pending() |
336 | If pending && Not ksoftirqd_running(pending) Then do_softirq_own_stack() |
339 | local_irq_restore(flags) |
Name | Describe |
---|---|
__local_bh_enable_ip |
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 |