cvs commit: src/sys/kern kern_timeout.c

John Baldwin jhb at FreeBSD.org
Thu Feb 23 11:13:13 PST 2006


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


More information about the cvs-all mailing list