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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to