6 * $DragonFly: src/sys/sys/iosched.h,v 1.1 2008/06/28 17:59:47 dillon Exp $
9 #ifndef _SYS_IOSCHED_H_
10 #define _SYS_IOSCHED_H_
12 #if defined(_KERNEL) || defined(_KERNEL_STRUCTURES)
15 #include <sys/types.h>
18 #include <sys/queue.h>
20 #ifndef _SYS_SYSTIMER_H_
21 #include <sys/systimer.h>
24 #endif /* _KERNEL || _KERNEL_STRUCTURES */
29 int lastticks
; /* decay last recorded */
35 void bwillwrite(int bytes
);
36 void bwillread(int bytes
);
37 void bwillinode(int count
);
38 void biosched_done(struct thread
*td
);