Function report |
Source Code:block\blk-softirq.c |
Create Date:2022-07-28 17:06:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Softirq action handler - move entries to local list and loop over them* while passing them to the queue registered handler.
Proto:static __latent_entropy void blk_done_softirq(struct softirq_action *h)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct softirq_action * | h |
27 | local_irq_disable() |
28 | cpu_list = this_cpu_ptr( & blk_cpu_done) |
29 | list_replace_init(cpu_list, & local_list) |
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 |