Function report |
Source Code:kernel\dma\debug.c |
Create Date:2022-07-28 10:34:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:The access to some variables in this macro is racy. We can't use atomic_t* here because all these variables are exported to debugfs. Some of them even* writeable. This is also the reason why a lock won't help much. But anyway,* the races are no big deal
Proto:static inline void dump_entry_trace(struct dma_debug_entry *entry)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct dma_debug_entry * | entry |
163 | If entry Then |
164 | pr_warn("Mapped at:\n") |
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 |