Catching two rabbits: adaptive real-time support for embedded Linux

  • Authors:
  • Euiseong Seo;Jinkyu Jeong;Seonyeong Park;Jinsoo Kim;Joonwoon Lee

  • Affiliations:
  • CSE Department, Penn State University, University Park, PA 16803, U.S.A.;Korea Advanced Institute of Science and Technology, CS Department, Daejeon, Korea;Korea Advanced Institute of Science and Technology, CS Department, Daejeon, Korea;School of ICE, Sungkyunkwan University, Suwon, Korea;School of ICE, Sungkyunkwan University, Suwon, Korea

  • Venue:
  • Software—Practice & Experience
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

The trend of digital convergence makes multitasking common in many digital electronic products. Some applications in those systems have inherent real-time properties, while many others have few or no timeliness requirements. Therefore the embedded Linux kernels, which are widely used in those devices, provide real-time features in many forms. However, providing real-time scheduling usually induces throughput degradation in heavy multitasking due to the increased context switches. Usually the throughput degradation becomes a critical problem, since the performance of the embedded processors is generally limited for cost, design and energy efficiency reasons. This paper proposes schemes to lessen the throughput degradation, which is from real-time scheduling, by suppressing unnecessary context switches and applying real-time scheduling mechanisms only when it is necessary. Also the suggested schemes enable the complete priority inheritance protocol to prevent the well-known priority inversion problem. We evaluated the effectiveness of our approach with open-source benchmarks. By using the suggested schemes, the throughput is improved while the scheduling latency is kept same or better in comparison with the existing approaches. Copyright © 2008 John Wiley & Sons, Ltd.