Searched refs:sortedOperations (Results 1 - 1 of 1) sorted by path

/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp547 IOOperationList sortedOperations; local
551 sortedOperations.Add(fOperationArray[i]);
556 while (!sortedOperations.IsEmpty()) {
557 IOOperation* operation = sortedOperations.Head();
559 IOOperation* nextOperation = sortedOperations.GetNext(operation);
561 sortedOperations.Remove(operation);
570 if (!sortedOperations.IsEmpty())

Completed in 181 milliseconds