Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: briggs
Date: Wed Dec 16 04:28:23 UTC 1998
Modified Files:
src/sys/sys: pool.h
src/sys/kern: subr_pool.c
Log Message:
Prototype pool_print() and pool_chk() if DEBUG.
Initialize pool hash table with PR_HASHTABSIZE (i.e., 8) LIST_INIT()s
instead of one memset().
Only check for page != ph->ph_page if PR_PHINPAGE is set (in pool_chk()).
Print pool base pointer when reporting page inconsistency in pool_chk().
Home |
Main Index |
Thread Index |
Old Index