Date: Wed, 11 Oct 2006 14:57:04 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c Message-ID: <200610111457.k9BEv4d3080599@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610111457.k9BEv4d3080599>
