CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2018/06/26 08:45:16
Modified files: sys/kern : subr_witness.c Log message: Make the system cache a small number of free lock list entries per CPU. This reduces the contention of the `w_mtx' lock. OK mpi@