aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/polling_reservations.h
Commit message (Collapse)AuthorAge
* Reservations: fix time-tracking of table-driven reservationsBjoern Brandenburg2014-11-03
| | | | | | Keep track of the current slot and major cycle explicitly to avoid ambiguity when the budget charging is delayed into the next major cycle due to a late interrupt or other sources of delay.
* Switch table-driven reservations to use table-driven budgetBjoern Brandenburg2014-11-03
| | | | | Instead of counting how much budget has been consumed, determine budget based on actual time slots.
* Add reservation configuration types to rt_param.hBjoern Brandenburg2014-11-03
|
* Add basic generic reservation-based scheduling infrastructureBjoern Brandenburg2014-11-03