Lines Matching defs:vm_phys_fictitious_seg
99 struct vm_phys_fictitious_seg;
100 static int vm_phys_fictitious_cmp(struct vm_phys_fictitious_seg *,
101 struct vm_phys_fictitious_seg *);
103 RB_HEAD(fict_tree, vm_phys_fictitious_seg) vm_phys_fictitious_tree =
106 struct vm_phys_fictitious_seg {
107 RB_ENTRY(vm_phys_fictitious_seg) node;
114 RB_GENERATE_STATIC(fict_tree, vm_phys_fictitious_seg, node,
206 vm_phys_fictitious_in_range(struct vm_phys_fictitious_seg *p,
207 struct vm_phys_fictitious_seg *range)
221 vm_phys_fictitious_cmp(struct vm_phys_fictitious_seg *p1,
222 struct vm_phys_fictitious_seg *p2)
1023 struct vm_phys_fictitious_seg tmp, *seg;
1060 struct vm_phys_fictitious_seg *seg;
1144 struct vm_phys_fictitious_seg *seg, tmp;