Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2003 14:16:46 -0700 (PDT)
From:      Cameron Grant <cg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_kobj.c
Message-ID:  <200308142116.h7ELGkHj082107@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308142116.h7ELGkHj082107>