Date: Fri, 27 Jan 2006 22:24:07 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_sleepqueue.c Message-ID: <200601272224.k0RMO7q3062088@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-01-27 22:24:07 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: Add a new ddb command 'show sleepq'. It takes a wait channel as an argument and looks for a sleep queue associated with that wait channel. If it finds one it will display information such as the list of threads sleeping on that queue. If it can't find a sleep queue for that wait channel, then it will see if that address matches any of the active sleep queues. If so, it will display information about the sleepq at the specified address. Revision Changes Path 1.22 +64 -2 src/sys/kern/subr_sleepqueue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601272224.k0RMO7q3062088>