CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2023/08/02 07:54:45
Modified files: sys/uvm : uvm_meter.c Log message: uvm_loadav: don't recompute schedstate_percpu.spc_nrun We track the nrun value in schedstate_percpu.spc_nrun. There is no reason to walk the allproc list to recompute it. Prompted by claudio@. Thread: https://marc.info/?l=openbsd-tech&m=169059099426049&w=2 ok claudio@