Searched refs:IOOperationList (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.h53 IOOperationList& operations,
56 IOOperationList& operations,
59 void _SortOperations(IOOperationList& operations,
81 IOOperationList fUnusedOperations;
82 IOOperationList fCompletedOperations;
H A DIOScheduler.h23 IOOperationList operations;
H A DIOSchedulerSimple.cpp59 for (IOOperationList::ConstIterator it = operations.GetIterator();
405 IOOperationList& operations, int32& operationsPrepared, off_t quantum,
534 IOSchedulerSimple::_SortOperations(IOOperationList& operations,
547 IOOperationList sortedOperations;
595 IOOperationList operations;
H A DIORequest.h199 typedef DoublyLinkedList<IOOperation> IOOperationList; typedef
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.h56 typedef DoublyLinkedList<ModelLoader::IOOperation> IOOperationList; typedef in class:ModelLoader
H A DModelLoader.cpp86 IOOperationList operations;
112 for (IOOperationList::ConstReverseIterator it
132 for (IOOperationList::ConstIterator it = operations.GetIterator();

Completed in 93 milliseconds