dsched_fq - Improve performance, reduce idle time
authorAlex Hornung <ahornung@gmail.com>
Wed, 31 Mar 2010 01:11:29 +0000 (01:11 +0000)
committerAlex Hornung <ahornung@gmail.com>
Thu, 15 Apr 2010 20:24:48 +0000 (20:24 +0000)
commit9cc004d0adee969e401440dc46fb1e39eda87a4b
treef6ebc7643904b41652ed2c35de4e9a0fb587b78d
parentd161bce95e259716d1eac05774c2642965afbaeb
dsched_fq - Improve performance, reduce idle time

* Boost performance by dynamically adapting the rate limit on throttled
  threads if the disk becomes idle. This will ensure that the disk is
  always > 90% used if there are requests queued.
sys/dsched/fq/dsched_fq.h
sys/dsched/fq/dsched_fq_core.c
sys/dsched/fq/dsched_fq_diskops.c