cvs commit: src/sys/kern subr_sleepqueue.c

John Baldwin jhb at FreeBSD.org
Fri Jan 27 14:24:07 PST 2006


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


More information about the cvs-src mailing list