git: kernel - Increase vm_object hash table
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Thu Apr 19 19:41:07 PDT 2018
    
    
  
commit 562ffbbae234fbcec8a6be8d943eef05ce133c86
Author: Matthew Dillon <dillon at backplane.com>
Date:   Thu Apr 19 19:32:30 2018 -0700
    kernel - Increase vm_object hash table
    
    * Increase table from 64 to 256 entries.
    
    * Improve the hash algorithm considerably for better coverage.
Summary of changes:
 sys/vm/vm_object.c | 24 ++++++++++++++++++++----
 sys/vm/vm_object.h |  3 +--
 2 files changed, 21 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/562ffbbae234fbcec8a6be8d943eef05ce133c86
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list