函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:device_dma_allocations

函数原型:static int device_dma_allocations(struct device *dev, struct dma_debug_entry **out_entry)

返回类型:int

参数:

类型参数名称
struct device *dev
struct dma_debug_entry **out_entry
863  count等于0
865 i小于HASH_SIZE循环
866  spin_lock_irqsave( & lock, flags)
868  如果dev恒等于dev
869  count加等于1
870  out_entry等于entry
873  spin_unlock_irqrestore( & lock, flags)
876  返回:count
调用者
名称描述
dma_debug_device_change