Searched refs:vm_radix (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_radix.h | 40 int vm_radix_insert(struct vm_radix *rtree, vm_page_t page); 42 boolean_t vm_radix_is_singleton(struct vm_radix *rtree); 43 vm_page_t vm_radix_lookup(struct vm_radix *rtree, vm_pindex_t index); 44 vm_page_t vm_radix_lookup_ge(struct vm_radix *rtree, vm_pindex_t index); 45 vm_page_t vm_radix_lookup_le(struct vm_radix *rtree, vm_pindex_t index); 46 vm_page_t vm_radix_lookup_unlocked(struct vm_radix *rtree, vm_pindex_t index); 47 void vm_radix_reclaim_allnodes(struct vm_radix *rtree); 48 vm_page_t vm_radix_remove(struct vm_radix *rtree, vm_pindex_t index); 49 vm_page_t vm_radix_replace(struct vm_radix *rtree, vm_page_t newpage); 53 vm_radix_init(struct vm_radix *rtree) in vm_radix_init() [all …]
|
| H A D | vm_radix.c | 236 vm_radix_root_load(struct vm_radix *rtree, enum vm_radix_access access) in vm_radix_root_load() 386 vm_radix_insert(struct vm_radix *rtree, vm_page_t page) in vm_radix_insert() 463 vm_radix_is_singleton(struct vm_radix *rtree) in vm_radix_is_singleton() 478 _vm_radix_lookup(struct vm_radix *rtree, vm_pindex_t index, in _vm_radix_lookup() 507 vm_radix_lookup(struct vm_radix *rtree, vm_pindex_t index) in vm_radix_lookup() 519 vm_radix_lookup_unlocked(struct vm_radix *rtree, vm_pindex_t index) in vm_radix_lookup_unlocked() 534 vm_radix_lookup_ge(struct vm_radix *rtree, vm_pindex_t index) in vm_radix_lookup_ge() 646 vm_radix_lookup_le(struct vm_radix *rtree, vm_pindex_t index) in vm_radix_lookup_le() 761 vm_radix_remove(struct vm_radix *rtree, vm_pindex_t index) in vm_radix_remove() 825 vm_radix_reclaim_allnodes(struct vm_radix *rtree) in vm_radix_reclaim_allnodes() [all …]
|
| H A D | _vm_radix.h | 39 struct vm_radix { struct
|
| H A D | vm_object.h | 106 struct vm_radix rtree; /* root of the resident page radix trie*/
|
| /f-stack/freebsd/arm64/include/ |
| H A D | pmap.h | 92 struct vm_radix pm_root; /* spare page table pages */
|
| /f-stack/freebsd/i386/include/ |
| H A D | pmap.h | 177 struct vm_radix pm_root; /* spare page table pages */
|
| /f-stack/freebsd/amd64/include/ |
| H A D | pmap.h | 373 struct vm_radix pm_root; /* spare page table pages */
|