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

/haiku/src/system/kernel/vm/
H A Dvm_page.cpp181 uint32 dontTouch; // reserve not to touch member in struct:PageReservationWaiter
187 // Implies an order by descending VM priority (ascending dontTouch)
189 if (dontTouch != other.dontTouch)
190 return dontTouch < other.dontTouch;
1173 waiter->missing, waiter->dontTouch);
1462 \a count. Doesn't touch the last \a dontTouch pages of
1467 reserve_some_pages(uint32 count, uint32 dontTouch) argument
1471 if (freePages <= (int32)dontTouch)
3052 int32 dontTouch = kPageReserveForPriority[priority]; local
[all...]

Completed in 40 milliseconds