git: dsched_fq - decentralize balancing code

看板DFBSD_commit作者時間16年前 (2010/04/16 04:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BntVA8p (DFBSD_commit)