Function report |
Source Code:kernel\softirq.c |
Create Date:2022-07-28 09:04:19 |
Last Modify:2022-05-22 11:04:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__local_bh_enable_ip
Proto:void __local_bh_enable_ip(unsigned long ip, unsigned int cnt)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | ip | |
unsigned int | cnt |
176 | If softirq_count() == SOFTIRQ_DISABLE_OFFSET Then trace_softirqs_on(ip) |
182 | preempt_count_sub(cnt - 1) |
184 | If Value for the false possibility is greater at compile time(!in_interrupt() && local_softirq_pending()) Then |
189 | do_softirq() |
192 | preempt_count_dec() |
196 | preempt_check_resched() |
Name | Describe |
---|---|
local_bh_enable_ip | |
local_bh_enable |
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 |