Add pool_cache_invalidate_local() to the pool_cache(9) API, to permit
commit02a729a8ec559adf3e5e5b67f48c92b3d40498e7
authorJean-Yves Migeon <jym@NetBSD.org>
Thu, 8 Oct 2009 21:54:45 +0000 (8 21:54 +0000)
committerJean-Yves Migeon <jym@NetBSD.org>
Thu, 8 Oct 2009 21:54:45 +0000 (8 21:54 +0000)
tree6877a723d7f605edeb7b2c6cf544597c705faa62
parent8a58750e911fb4a4f7f6b7faab24d12bfdcbc701
Add pool_cache_invalidate_local() to the pool_cache(9) API, to permit
per-CPU objects invalidation when cached in the pool cache.

See http://mail-index.netbsd.org/tech-kern/2009/10/05/msg006206.html .

Reviewed by bouyer@. Thanks!
share/man/man9/Makefile
share/man/man9/pool_cache.9
sys/kern/subr_pool.c
sys/sys/pool.h