Re: svn commit: r356348 - in head/sys: kern vm

2020-01-05 Thread Jeff Roberson
On Sun, 5 Jan 2020, Mark Linimon wrote: On Sat, Jan 04, 2020 at 03:15:34AM +, Jeff Roberson wrote: Use a separate lock for the zone and keg. Out of curiosity, will there be measurable real-world speedups from this an similar work, or will this mostly apply to edge cases, or ... ? It

Re: svn commit: r356348 - in head/sys: kern vm

2020-01-04 Thread Mark Linimon
On Sat, Jan 04, 2020 at 03:15:34AM +, Jeff Roberson wrote: > Use a separate lock for the zone and keg. Out of curiosity, will there be measurable real-world speedups from this an similar work, or will this mostly apply to edge cases, or ... ? mcl

svn commit: r356348 - in head/sys: kern vm

2020-01-03 Thread Jeff Roberson
Author: jeff Date: Sat Jan 4 03:15:34 2020 New Revision: 356348 URL: https://svnweb.freebsd.org/changeset/base/356348 Log: Use a separate lock for the zone and keg. This provides concurrency between populating buckets from the slab layer and fetching full buckets from the zone layer.