CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2024/10/28 02:25:32

Modified files:
        sys/uvm        : uvm_glue.c 

Log message:
Change uvm_swapout_threads() to return the amound of freed pages.

Note that currently that amount is calculated using the `uvmexp.free' global
and might include pages freed by other threads.  A better solution would be
to modify pmap_collect(9) on all architectures that support it to return the
number of reclaimed pages.

ok kettenis@

Reply via email to