Searched refs:vm_radix_remove (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/vm/
H A Dvm_radix.h45 void vm_radix_remove(struct vm_radix *rtree, vm_pindex_t index);
H A Dvm_page.c1087 vm_radix_remove(&object->rtree, m->pindex);
1306 vm_radix_remove(&object->cache, m->pindex);
1342 vm_radix_remove(&m->object->cache, m->pindex);
1383 vm_radix_remove(&orig_object->cache, m->pindex);
2534 vm_radix_remove(&object->rtree, m->pindex);
H A Dvm_radix.c705 vm_radix_remove(struct vm_radix *rtree, vm_pindex_t index) function
714 * Right now this is only possible for vm_radix_remove() recursing
736 panic("vm_radix_remove: impossible to locate the key");
/freebsd-10.0-release/sys/i386/i386/
H A Dpmap.c1636 vm_radix_remove(&pmap->pm_root, mpte->pindex);
/freebsd-10.0-release/sys/amd64/amd64/
H A Dpmap.c2077 vm_radix_remove(&pmap->pm_root, mpte->pindex);

Completed in 86 milliseconds