diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-05-03 16:50:32 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-05-03 17:17:52 -0400 |
commit | bb35f3fc684667598d7ae39fd2d49a16f77beb39 (patch) | |
tree | 6a70f13510e36e2771652bb3fc6d60321bf1daf6 /include/litmus/rt_domain.h | |
parent | e0e02579c34b9920781b3ce3fc9d6d7bcafb4d5b (diff) |
Added color schedule
Diffstat (limited to 'include/litmus/rt_domain.h')
-rw-r--r-- | include/litmus/rt_domain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/litmus/rt_domain.h b/include/litmus/rt_domain.h index ac249292e866..b243f998fef7 100644 --- a/include/litmus/rt_domain.h +++ b/include/litmus/rt_domain.h | |||
@@ -82,6 +82,8 @@ void __add_ready(rt_domain_t* rt, struct task_struct *new); | |||
82 | void __merge_ready(rt_domain_t* rt, struct bheap *tasks); | 82 | void __merge_ready(rt_domain_t* rt, struct bheap *tasks); |
83 | void __add_release(rt_domain_t* rt, struct task_struct *task); | 83 | void __add_release(rt_domain_t* rt, struct task_struct *task); |
84 | 84 | ||
85 | struct release_heap* release_heap_alloc(int gfp_flags); | ||
86 | |||
85 | static inline struct task_struct* __take_ready(rt_domain_t* rt) | 87 | static inline struct task_struct* __take_ready(rt_domain_t* rt) |
86 | { | 88 | { |
87 | struct bheap_node* hn = bheap_take(rt->order, &rt->ready_queue); | 89 | struct bheap_node* hn = bheap_take(rt->order, &rt->ready_queue); |