看板 DFBSD_commit 關於我們 聯絡資訊
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