Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\pci-iommu_table.c Create Date:2022-07-28 07:47:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:find_dependents_of

Proto:static struct iommu_table_entry *__init find_dependents_of(struct iommu_table_entry *start, struct iommu_table_entry *finish, struct iommu_table_entry *q)

Type:struct iommu_table_entry

Parameter:

TypeParameterName
struct iommu_table_entry *start
struct iommu_table_entry *finish
struct iommu_table_entry *q
17  If Not q Then Return NULL
20  When p < finish cycle If detect == depend Then
22  Return p
24  Return NULL
Caller
NameDescribe
sort_iommu_table
check_iommu_entries