Searched refs:operationCount (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp86 system_profiler_io_request_finished* finishedEvent, size_t operationCount)
90 operationCount(operationCount)
102 system_profiler_io_request_finished* finishedEvent, size_t operationCount)
105 sizeof(IORequest) + operationCount * sizeof(IOOperation));
109 return new(memory) IORequest(scheduledEvent, finishedEvent, operationCount);
84 IORequest( system_profiler_io_request_scheduled* scheduledEvent, system_profiler_io_request_finished* finishedEvent, size_t operationCount) argument
101 Create(system_profiler_io_request_scheduled* scheduledEvent, system_profiler_io_request_finished* finishedEvent, size_t operationCount) argument
H A DModel.h215 size_t operationCount; member in struct:Model::IORequest
223 size_t operationCount);
231 size_t operationCount);
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp596 int32 operationCount = 0; local
626 operationCount++;
642 if (operationCount == 0)
649 operations, operationCount, quantum, bandwidth);
676 fPendingOperations = operationCount;
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp87 size_t operationCount; member in struct:ModelLoader::IORequest
94 operationCount(0)
107 operationCount++;
124 size_t operationCount = operations.Count(); local
127 scheduledEvent, finishedEvent, operationCount);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp878 for (size_t k = 0; k < request->operationCount; k++) {
1147 for (size_t l = 0; l < requests[0]->operationCount; l++)
1170 for (size_t l = 0; l < requests[k]->operationCount; l++)
1187 int32 operationCount = operations.CountItems(); local
1188 if (operationCount == 0)
1192 if (operationCount > 1)
1203 for (int32 i = 1; i < operationCount; i++) {

Completed in 103 milliseconds