Page MenuHomeFreeBSD

D47046.id144608.diff
No OneTemporary

D47046.id144608.diff

diff --git a/sys/vm/vm_radix.h b/sys/vm/vm_radix.h
--- a/sys/vm/vm_radix.h
+++ b/sys/vm/vm_radix.h
@@ -251,6 +251,12 @@
return (VM_RADIX_PCTRIE_ITER_LOOKUP_GE(pages, index));
}
+static __inline vm_page_t
+vm_radix_iter_lookup_le(struct pctrie_iter *pages, vm_pindex_t index)
+{
+ return (VM_RADIX_PCTRIE_ITER_LOOKUP_LE(pages, index));
+}
+
/*
* Update the iterator to point to the page with the least pindex that is 'jump'
* or more greater than or equal to the current pindex, or NULL if there are no

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 6:14 AM (6 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31885230
Default Alt Text
D47046.id144608.diff (513 B)

Event Timeline