cvs commit: src/sys/kern kern_timeout.c

Gleb Smirnoff glebius at FreeBSD.org
Wed Oct 11 07:57:05 PDT 2006


glebius     2006-10-11 14:57:04 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_timeout.c 
  Log:
  Improve ktr(4) logging for callout(9) subsystem. Log all inserts and
  removals, including failures, into the callwheel.
  
  XXX: Most of the CTR() macros are called with callout_lock spin mutex
  held, thus won't be logged into file, if KTR_ALQ is used. Moving the
  CTR() macros out from the spinlocked code would require copying of all
  arguments. I'm too lazy to do this.
  
  Revision  Changes    Path
  1.102     +23 -7     src/sys/kern/kern_timeout.c


More information about the cvs-src mailing list