source: rtems/testsuites/libtests/block13/block13.scn @ 39ee704e

4.115
Last change on this file since 39ee704e was 39ee704e, checked in by Sebastian Huber <sebastian.huber@…>, on 05/31/12 at 08:27:29

libblock: Add read-ahead task

Read-ahead requests were previously executed in the context of the
reading task. This blocks the reading task until the complete read
with read-ahead transfer is finished. A read-ahead task is introduced
to off-load the read-ahead transfer. This allows the reading task to
work with the requested block more quickly. The read-ahead is triggered
after two misses of ascending consecutive blocks or a read hit of a
block read by the most-recent read-ahead transfer. The read-ahead
feature is configurable and can be disabled.

  • Property mode set to 100644
File size: 110 bytes
Line 
1*** TEST BLOCK 13 ***
20 2 3 4 5 6 7 8
3reset
48
5reset
67
7reset
86 7
9reset
105 6 8
11*** END OF TEST BLOCK 13 ***
Note: See TracBrowser for help on using the repository browser.