diff options
Diffstat (limited to 'include/litmus')
-rw-r--r-- | include/litmus/ikglp_lock.h | 2 | ||||
-rw-r--r-- | include/litmus/rt_param.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/litmus/ikglp_lock.h b/include/litmus/ikglp_lock.h index eb017d48410a..af6f15178cb1 100644 --- a/include/litmus/ikglp_lock.h +++ b/include/litmus/ikglp_lock.h | |||
@@ -74,6 +74,7 @@ struct ikglp_semaphore | |||
74 | int m; | 74 | int m; |
75 | 75 | ||
76 | int max_fifo_len; // max len of a fifo queue | 76 | int max_fifo_len; // max len of a fifo queue |
77 | int nr_in_fifos; | ||
77 | 78 | ||
78 | struct binheap_handle top_m; // min heap, base prio | 79 | struct binheap_handle top_m; // min heap, base prio |
79 | int top_m_size; // number of nodes in top_m | 80 | int top_m_size; // number of nodes in top_m |
@@ -138,6 +139,7 @@ struct ikglp_affinity | |||
138 | int offset; | 139 | int offset; |
139 | int nr_simult; | 140 | int nr_simult; |
140 | int nr_rsrc; | 141 | int nr_rsrc; |
142 | int relax_max_fifo_len; | ||
141 | }; | 143 | }; |
142 | 144 | ||
143 | static inline struct ikglp_affinity* ikglp_aff_obs_from_aff_obs(struct affinity_observer* aff_obs) | 145 | static inline struct ikglp_affinity* ikglp_aff_obs_from_aff_obs(struct affinity_observer* aff_obs) |
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index f2f3bfb6a6db..4553521146cc 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -64,6 +64,7 @@ struct gpu_affinity_observer_args | |||
64 | struct affinity_observer_args obs; | 64 | struct affinity_observer_args obs; |
65 | int replica_to_gpu_offset; | 65 | int replica_to_gpu_offset; |
66 | int nr_simult_users; | 66 | int nr_simult_users; |
67 | int relaxed_rules; | ||
67 | }; | 68 | }; |
68 | 69 | ||
69 | /* The definition of the data that is shared between the kernel and real-time | 70 | /* The definition of the data that is shared between the kernel and real-time |