Function report |
Source Code:kernel\irq_work.c |
Create Date:2022-07-28 12:46:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Claim the entry so that no one else will poke at it.
Proto:static bool irq_work_claim(struct irq_work *work)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_work * | work |
34 | oflags = atomic_fetch_or(IRQ_WORK_CLAIMED, & flags) |
42 | Return true |
Name | Describe |
---|---|
irq_work_queue | Enqueue the irq work @work on the current CPU |
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 |