Searched hist:226980 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dvm_radix.hdiff 226980 Tue Nov 01 01:40:48 MDT 2011 attilio vm_object_terminate() doesn't actually free the pages in the splay
tree.
Reclaim all the nodes related to the radix tree for a specified
vm_object when calling vm_object_terminate() via the newly added
interface vm_radix_reclaim_nodes().
The function is recursive, but we have a well-defined maximum depth,
thus the amount of necessary stack can be easilly calculated.

Reported by: alc
Discussed and reviewed by: jeff
H A Dvm_radix.cdiff 226980 Tue Nov 01 01:40:48 MDT 2011 attilio vm_object_terminate() doesn't actually free the pages in the splay
tree.
Reclaim all the nodes related to the radix tree for a specified
vm_object when calling vm_object_terminate() via the newly added
interface vm_radix_reclaim_nodes().
The function is recursive, but we have a well-defined maximum depth,
thus the amount of necessary stack can be easilly calculated.

Reported by: alc
Discussed and reviewed by: jeff

Completed in 177 milliseconds