DragonFly commits List (threaded) for 2010-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: dsched_fq - decentralize balancing code
commit e6c2b48a4101086920afe26b80d260372f4f5a77
Author: Alex Hornung <ahornung@gmail.com>
Date: Thu Apr 1 11:34:36 2010 +0000
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.
Summary of changes:
sys/dsched/fq/dsched_fq.h | 18 ++++--
sys/dsched/fq/dsched_fq_core.c | 126 +++++++++++++++++++------------------
sys/dsched/fq/dsched_fq_diskops.c | 13 +++-
3 files changed, 86 insertions(+), 71 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e6c2b48a4101086920afe26b80d260372f4f5a77
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]