commit | eec494769a259b9115ef434bd19c0ce912ca55aa | [log] [tgz] |
---|---|---|
author | Tatyana Brokhman <tlinder@codeaurora.org> | Thu Mar 21 13:02:07 2013 +0200 |
committer | Tatyana Brokhman <tlinder@codeaurora.org> | Thu Mar 21 13:02:07 2013 +0200 |
tree | 29637e7056486d5f06e651c49903951136a80bbf | |
parent | e334e072f2e58d819fafccaac7238bd6fe688ac4 [diff] |
block: row: Prevent starvation of regular priority by high priority At the moment all REGULAR and LOW priority requests are starved as long as there are HIGH priority requests to dispatch. This patch prevents the above starvation by setting a starvation limit the REGULAR\LOW priority requests can tolerate. Change-Id: Ibe24207982c2c55d75c0b0230f67e013d1106017 Signed-off-by: Tatyana Brokhman <tlinder@codeaurora.org>