Function report |
Source Code:kernel\softirq.c |
Create Date:2022-07-28 09:04:25 |
| Last Modify:2022-05-22 11:04:38 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__tasklet_schedule_common
Proto:static void __tasklet_schedule_common(struct tasklet_struct *t, struct tasklet_head __percpu *headp, unsigned int softirq_nr)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct tasklet_struct * | t | |
| struct tasklet_head __percpu * | headp | |
| unsigned int | softirq_nr |
| 478 | local_irq_save(flags) |
| 479 | head = this_cpu_ptr(headp) |
| 480 | next = NULL |
| 484 | local_irq_restore(flags) |
| Name | Describe |
|---|---|
| __tasklet_schedule | |
| __tasklet_hi_schedule |
| 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 |