NetBSD/usr.bin/vmstat
hannken 42c8d67c49 Add a global vnode cache:
- vcache_get() retrieves a referenced and initialised vnode / fs node pair.
- vcache_remove() removes a vnode / fs node pair from the cache.

On cache miss vcache_get() calls new vfs operation vfs_loadvnode() to
initialise a vnode / fs node pair.  This call is guaranteed exclusive,
no other thread will try to load this vnode / fs node pair.

Convert ufs/ext2fs, ufs/ffs and ufs/mfs to use this interface.

Remove now unused ufs/ufs_ihash

Discussed on tech-kern.

Welcome to 6.99.41
2014-05-08 08:21:53 +00:00
..
drvstats.c fix operation on core files: cur_drive.io_name is an embedded array 2012-11-13 14:09:58 +00:00
drvstats.h
Makefile document that we are using non-literal string formats. 2011-08-17 13:54:31 +00:00
vmstat.1 Bump date for uarea swap-out removal. 2009-10-21 22:18:37 +00:00
vmstat.c Add a global vnode cache: 2014-05-08 08:21:53 +00:00