函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:dma_debug_device_change

函数原型:static int dma_debug_device_change(struct notifier_block *nb, unsigned long action, void *data)

返回类型:int

参数:

类型参数名称
struct notifier_block *nb
unsigned longaction
void *data
881  dev等于data
882  struct dma_debug_entry * entry = entry
885  如果dma_debug_disabled()则返回:0
889  :action恒等于driver is unboundfrom the device
890  count等于device_dma_allocations(dev, & entry)
891  如果count恒等于0则退出
901  退出
902  默认
903  退出
906  返回:0