diff options
| author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-05-14 16:51:05 -0400 |
|---|---|---|
| committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-05-14 16:51:05 -0400 |
| commit | 6827bb817faecede51838e2fcc8b6283e54fe872 (patch) | |
| tree | 00ff42c305926c800e18b13df8440a4de1a1a041 /include/litmus/rt_param.h | |
| parent | af6eeb156c7da47ff5df03a3da04432c8ac4460c (diff) | |
Final GPUSync implementation.wip-gpu-rtss12
Diffstat (limited to 'include/litmus/rt_param.h')
| -rw-r--r-- | include/litmus/rt_param.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index 4553521146cc..0198884eab86 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
| @@ -26,6 +26,7 @@ static inline int lt_after_eq(lt_t a, lt_t b) | |||
| 26 | typedef enum { | 26 | typedef enum { |
| 27 | RT_CLASS_HARD, | 27 | RT_CLASS_HARD, |
| 28 | RT_CLASS_SOFT, | 28 | RT_CLASS_SOFT, |
| 29 | RT_CLASS_SOFT_W_SLIP, | ||
| 29 | RT_CLASS_BEST_EFFORT | 30 | RT_CLASS_BEST_EFFORT |
| 30 | } task_class_t; | 31 | } task_class_t; |
| 31 | 32 | ||
| @@ -189,8 +190,8 @@ struct rt_param { | |||
| 189 | long unsigned int held_gpus; // bitmap of held GPUs. | 190 | long unsigned int held_gpus; // bitmap of held GPUs. |
| 190 | 191 | ||
| 191 | #ifdef CONFIG_LITMUS_AFFINITY_LOCKING | 192 | #ifdef CONFIG_LITMUS_AFFINITY_LOCKING |
| 192 | fp_t gpu_fb_param_a; | 193 | fp_t gpu_fb_param_a[MIG_LAST+1]; |
| 193 | fp_t gpu_fb_param_b; | 194 | fp_t gpu_fb_param_b[MIG_LAST+1]; |
| 194 | 195 | ||
| 195 | gpu_migration_dist_t gpu_migration; | 196 | gpu_migration_dist_t gpu_migration; |
| 196 | int last_gpu; | 197 | int last_gpu; |
