git: dsched_fq - decentralize balancing code
Alex Hornung
alexh at crater.dragonflybsd.org
Thu Apr 15 13:26:41 PDT 2010
commit e6c2b48a4101086920afe26b80d260372f4f5a77
Author: Alex Hornung <ahornung at 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
More information about the Commits
mailing list