函数逻辑报告

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

函数名称:sort_iommu_table

函数原型:void __init sort_iommu_table(struct iommu_table_entry *start, struct iommu_table_entry *finish)

返回类型:void

参数:

类型参数名称
struct iommu_table_entry *start
struct iommu_table_entry *finish
33 p小于finish循环
34  again :
35  q等于find_dependents_of(start, finish, p)
39  如果q大于p
40  tmp等于p
41  memmove(p, q, p的长度)
42  q等于tmp
43  转到:again
调用者
名称描述
pci_iommu_alloc