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

/haiku/src/apps/debuganalyzer/model/
H A DModel.h216 IOOperation operations[0]; member in struct:Model::IORequest
/haiku/src/system/kernel/device_manager/
H A DIOScheduler.h23 IOOperationList operations; member in struct:IORequestOwner
29 || !operations.IsEmpty(); }
H A DIOSchedulerSimple.h53 IOOperationList& operations,
56 IOOperationList& operations,
59 void _SortOperations(IOOperationList& operations,
H A DIOSchedulerSimple.cpp58 kprintf(" operations:");
59 for (IOOperationList::ConstIterator it = operations.GetIterator();
341 operation->Parent()->Owner()->operations.Add(operation);
405 IOOperationList& operations, int32& operationsPrepared, off_t quantum,
438 operations.Add(operation);
463 operations.Add(operation);
534 IOSchedulerSimple::_SortOperations(IOOperationList& operations, argument
537 // TODO: _Scheduler() could directly add the operations to the array.
538 // move operations to an array and sort it
540 while (IOOperation* operation = operations
404 _PrepareRequestOperations(IORequest* request, IOOperationList& operations, int32& operationsPrepared, off_t quantum, off_t& usedBandwidth) argument
595 IOOperationList operations; local
[all...]
/haiku/src/apps/bootmanager/
H A Dbootman.S266 cld ; String operations increment index
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp879 Model::IOOperation& operation = request->operations[k];
1144 BObjectList<Model::IOOperation> operations; local
1146 // add first request operations
1148 operations.AddItem(&requests[0]->operations[l]);
1161 operations);
1163 operations.MakeEmpty();
1169 // add request operations
1171 operations.AddItem(&requests[k]->operations[
1179 _AddThreadIOData(Model::Thread* thread, nanotime_t startTime, nanotime_t endTime, BObjectList<Model::IOOperation>& operations) argument
[all...]
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp86 IOOperationList operations; member in struct:ModelLoader::IORequest
100 while (IOOperation* operation = operations.RemoveHead())
106 operations.Add(operation);
113 = operations.GetReverseIterator();
124 size_t operationCount = operations.Count();
132 for (IOOperationList::ConstIterator it = operations.GetIterator();
135 = modelRequest->operations[index++];
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp112 // caller to wait, so it can undo all the operations
1045 BStackOrHeapArray<struct sembuf, 16> operations(numOps);
1046 if (!operations.IsValid()) {
1051 if (user_memcpy(operations, ops,
1057 // We won't do partial request, that is operations
1060 // all the operations already done and go to sleep, otherwise
1072 ushort semaphoreNumber = operations[i].sem_num;
1081 short operation = operations[i].sem_op;
1086 if (operations[i].sem_flg & IPC_NOWAIT)
1095 else if (operations[
[all...]

Completed in 83 milliseconds