cvs commit: src/sys/kern subr_kobj.c
Cameron Grant
cg at FreeBSD.org
Thu Aug 14 14:16:47 PDT 2003
cg 2003/08/14 14:16:46 PDT
FreeBSD src repository
Modified files:
sys/kern subr_kobj.c
Log:
add a read-only sysctl to display the number of entries in the fixed size
kobj global method table; also kassert that the table has not overflowed
when defining a new method.
there are indications that the table is being overflowed in certain
situations as we gain more kobj consumers- this will allow us to check
whether kobj is at fault. symptoms would be incorrect methods being called.
Revision Changes Path
1.7 +9 -5 src/sys/kern/subr_kobj.c
More information about the cvs-src
mailing list