Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2006 19:13:13 +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 kern_timeout.c
Message-ID:  <200602231913.k1NJDDRg014723@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-02-23 19:13:13 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_timeout.c 
  Log:
  Use the recently added msleep_spin() function to simplify the
  callout_drain() logic.  We no longer need a separate non-spin mutex to
  do sleep/wakeup with, instead we can now just use the one spin mutex to
  manage all the callout functionality.
  
  Revision  Changes    Path
  1.101     +41 -56    src/sys/kern/kern_timeout.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602231913.k1NJDDRg014723>