函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\dma\debug.c Create Date:2022-07-27 11:34:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:static inline void dump_entry_trace(struct dma_debug_entry *entry)

返回类型:void

参数:

类型参数名称
struct dma_debug_entry *entry
163  如果entry
164  打印警告信息("Mapped at:\n")
165  stack_trace_print - Print the entries in the stack trace*@entries: Pointer to storage array*@nr_entries: Number of entries in the storage array*@spaces: Number of leading spaces to print