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:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sort_iommu_table

Proto:void __init sort_iommu_table(struct iommu_table_entry *start, struct iommu_table_entry *finish)

Type:void

Parameter:

TypeParameterName
struct iommu_table_entry *start
struct iommu_table_entry *finish
33  When p < finish cycle
34  again :
35  q = find_dependents_of(start, finish, p)
39  If q > p Then
40  tmp = p
41  memmove(p, q, size of p )
42  q = tmp
43  Go to again