dsched_fq - decentralize balancing code
authorAlex Hornung <ahornung@gmail.com>
Thu, 1 Apr 2010 11:34:36 +0000 (11:34 +0000)
committerAlex Hornung <ahornung@gmail.com>
Thu, 15 Apr 2010 20:24:50 +0000 (20:24 +0000)
commite6c2b48a4101086920afe26b80d260372f4f5a77
treed544f2695b49722d3e346ed22bdbeafd4425355d
parent81b5f250defde33ef7c7fc6e969dadc7ac06d155
dsched_fq - decentralize balancing code

* Move the balancing code out of the fq_balance_thread into
  fq_balance_Self, which should be called from dispatchers.

* This essentially offloads the heavy processing onto (mostly) the
  processes/threads that do the I/O themselves.
sys/dsched/fq/dsched_fq.h
sys/dsched/fq/dsched_fq_core.c
sys/dsched/fq/dsched_fq_diskops.c