git: dsched - import the I/O scheduler framework dsched

看板DFBSD_commit作者時間16年前 (2010/04/16 04:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit b80a9543de1d55c64ee78c872036a316178ee866 Author: Alex Hornung <ahornung@gmail.com> Date: Thu Feb 25 08:53:01 2010 +0000 dsched - import the I/O scheduler framework dsched * Import my branch of the I/O scheduler framework. This commit only introduces the core dsched framework, without binding it into the system and without any policy except for the default one. Summary of changes: sys/kern/subr_dsched.c | 763 ++++++++++++++++++++++++++++++++++++++++ sys/sys/dsched.h | 169 +++++++++ usr.sbin/Makefile | 1 + usr.sbin/dschedctl/Makefile | 4 + usr.sbin/dschedctl/dschedctl.c | 179 ++++++++++ 5 files changed, 1116 insertions(+), 0 deletions(-) create mode 100644 sys/kern/subr_dsched.c create mode 100644 sys/sys/dsched.h create mode 100644 usr.sbin/dschedctl/Makefile create mode 100644 usr.sbin/dschedctl/dschedctl.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b80a9543de1d55c64ee78c872036a316178ee866 -- DragonFly BSD source repository
文章代碼(AID): #1BntV8CR (DFBSD_commit)