Lines Matching refs:q
10 struct iommu_table_entry *q) in find_dependents_of() argument
14 if (!q) in find_dependents_of()
18 if (p->detect == q->depend) in find_dependents_of()
28 struct iommu_table_entry *p, *q, tmp; in sort_iommu_table() local
32 q = find_dependents_of(start, finish, p); in sort_iommu_table()
36 if (q > p) { in sort_iommu_table()
38 memmove(p, q, sizeof(*p)); in sort_iommu_table()
39 *q = tmp; in sort_iommu_table()
50 struct iommu_table_entry *p, *q, *x; in check_iommu_entries() local
54 q = find_dependents_of(start, finish, p); in check_iommu_entries()
55 x = find_dependents_of(start, finish, q); in check_iommu_entries()
58 p->detect, q->detect); in check_iommu_entries()
65 q = find_dependents_of(p, finish, p); in check_iommu_entries()
66 if (q && q > p) { in check_iommu_entries()
68 p->detect, q->detect); in check_iommu_entries()