Searched refs:UnlockMemory (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A DIORequest.h65 void UnlockMemory(team_id team, bool isWrite);
H A DIOCache.cpp181 buffer->UnlockMemory(request->TeamID(), request->IsWrite());
H A DIOSchedulerSimple.cpp250 buffer->UnlockMemory(request->TeamID(), request->IsWrite());
H A DIORequest.cpp261 IOBuffer::UnlockMemory(team_id team, bool isWrite) function in class:IOBuffer
971 fBuffer->UnlockMemory(fTeam, fIsWrite);

Completed in 100 milliseconds