Searched hist:e91e4ee0a6787d04bfac0fef11e5e3cffe9b9f6b (Results 1 – 3 of 3) sorted by relevance
/haiku/src/system/kernel/device_manager/ |
H A D | IOCache.h | e91e4ee0a6787d04bfac0fef11e5e3cffe9b9f6b Fri Apr 23 18:07:31 UTC 2010 Ingo Weinhold <ingo_weinhold@gmx.de> Added IOCache, a simple write-through cache implementation that can be used as a drop-in replacement for IOScheduler, processing IORequests synchronously in FIFO order. It stores cache lines of user-defined size. Currently for each cache line an area of contiguous memory is used, which is not optimal.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36436 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | Jamfile | e91e4ee0a6787d04bfac0fef11e5e3cffe9b9f6b Fri Apr 23 18:07:31 UTC 2010 Ingo Weinhold <ingo_weinhold@gmx.de> Added IOCache, a simple write-through cache implementation that can be used as a drop-in replacement for IOScheduler, processing IORequests synchronously in FIFO order. It stores cache lines of user-defined size. Currently for each cache line an area of contiguous memory is used, which is not optimal.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36436 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | IOCache.cpp | e91e4ee0a6787d04bfac0fef11e5e3cffe9b9f6b Fri Apr 23 18:07:31 UTC 2010 Ingo Weinhold <ingo_weinhold@gmx.de> Added IOCache, a simple write-through cache implementation that can be used as a drop-in replacement for IOScheduler, processing IORequests synchronously in FIFO order. It stores cache lines of user-defined size. Currently for each cache line an area of contiguous memory is used, which is not optimal.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36436 a95241bf-73f2-0310-859d-f6bbb57e9c96
|