Searched refs:IOCache (Results 1 – 5 of 5) sorted by relevance
36 struct IOCache::Operation : IOOperation {41 IOCache::IOCache(DMAResource* resource, size_t cacheLineSize) in IOCache() function in IOCache72 IOCache::~IOCache() in ~IOCache()87 IOCache::Init(const char* name) in Init()128 IOCache::SetDeviceCapacity(off_t deviceCapacity) in SetDeviceCapacity()141 IOCache::MediaChanged() in MediaChanged()158 IOCache::ScheduleRequest(IORequest* request) in ScheduleRequest()196 IOCache::AbortRequest(IORequest* request, status_t status) in AbortRequest()203 IOCache::OperationCompleted(IOOperation* operation, status_t status, in OperationCompleted()218 IOCache::Dump() const in Dump()[all …]
20 class IOCache : public IOScheduler {22 IOCache(DMAResource* resource,24 virtual ~IOCache();
17 IOCache.cpp
18 struct IOCache;
929 info->io_scheduler = new(std::nothrow) IOCache(info->dma_resource, in cd_set_capacity()