2ef4b99567fc7eb2a6f142aecba2b7a37064ee21
[util-vserver.git] / kernel / sched.h
1 #ifndef _VX_SCHED_H
2 #define _VX_SCHED_H
3
4
5 #ifdef  __KERNEL__
6
7 struct timespec;
8
9 void vx_vsi_uptime(struct timespec *, struct timespec *);
10
11
12 struct vx_info;
13
14 void vx_update_load(struct vx_info *);
15
16
17 struct task_struct;
18
19 int vx_effective_vavavoom(struct vx_info *, int);
20
21 int vx_tokens_recalc(struct vx_info *);
22
23 #endif  /* __KERNEL__ */
24 #else   /* _VX_SCHED_H */
25 #warning duplicate inclusion
26 #endif  /* _VX_SCHED_H */