NetBSD/external/cddl
martin c6630d5f97 Pull up following revision(s) (requested by riastradh in ticket #383):
external/cddl/osnet/sys/kern/kmem.c: revision 1.4

solaris: Use pool_cache_reclaim, not pool_cache_invalidate.

pool_cache_invalidate invalidates cached objects, but doesn't return
any backing pages to the underlying page allocator.
pool_cache_reclaim does pool_cache_invalidate _and_ reutrns backing
pages to the underlying page alloator, so it is actually useful for
the page daemon to do when trying to free memory.

PR kern/57558
2023-10-02 13:29:59 +00:00
..
dtracetoolkit
osnet Pull up following revision(s) (requested by riastradh in ticket #383): 2023-10-02 13:29:59 +00:00
Makefile