diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-10-08 01:22:23 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-10-08 01:22:23 -0400 |
| commit | b2c6eb04b91da2f09d6c33cf8cbd821f28cb0204 (patch) | |
| tree | 983ccf37668b0e82b6ac646c62d7039cd2d2b86e /include/linux | |
| parent | eab069b8498e0106e2556f10c4ecfed4928326ce (diff) | |
adaptive: check for pending weight changes on scheduler tick
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/rt_param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rt_param.h b/include/linux/rt_param.h index d14e2129b1..f0690a4af4 100644 --- a/include/linux/rt_param.h +++ b/include/linux/rt_param.h | |||
| @@ -211,6 +211,7 @@ typedef struct task_rt_param { | |||
| 211 | ((t)->rt_param.service_level[get_cur_sl(t)]) | 211 | ((t)->rt_param.service_level[get_cur_sl(t)]) |
| 212 | #define get_cur_sl(t) ((t)->rt_param.cur_service_level) | 212 | #define get_cur_sl(t) ((t)->rt_param.cur_service_level) |
| 213 | #define get_max_sl(t) ((t)->rt_param.no_service_levels - 1) | 213 | #define get_max_sl(t) ((t)->rt_param.no_service_levels - 1) |
| 214 | #define get_opt_sl(t) ((t)->rt_param.opt_level) | ||
| 214 | 215 | ||
| 215 | #define is_realtime(t) ((t)->rt_param.is_realtime) | 216 | #define is_realtime(t) ((t)->rt_param.is_realtime) |
| 216 | #define is_subject_to_srp(t) ((t)->rt_param.subject_to_srp) | 217 | #define is_subject_to_srp(t) ((t)->rt_param.subject_to_srp) |
