Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2001 02:49:15 -0800 (PST)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys buf.h
Message-ID:  <200112141049.fBEAnFW14777@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2001/12/14 02:49:15 PST

  Modified files:
    sys/sys              buf.h 
  Log:
  Add disk I/O scheduling for positively niced processes.
  When a positively niced process requests a disk I/O, make
  it wait for its nice value of ticks before scheduling its
  I/O request if there are any other processes with I/O
  requests in the disk queue. For all the gory details, see
  the ``Running fsck in the Background'' paper in the Usenix
  BSDCon 2002 Conference Proceedings, pages 55-64.
  
  Revision  Changes    Path
  1.123     +2 -0      src/sys/sys/buf.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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