函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:find_dependents_of

函数原型:static struct iommu_table_entry *__init find_dependents_of(struct iommu_table_entry *start, struct iommu_table_entry *finish, struct iommu_table_entry *q)

返回类型:struct iommu_table_entry

参数:

类型参数名称
struct iommu_table_entry *start
struct iommu_table_entry *finish
struct iommu_table_entry *q
17  如果非q则返回:NULL
20 p小于finish循环如果detect恒等于depend
22  返回:p
24  返回:NULL
调用者
名称描述
sort_iommu_table
check_iommu_entries