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

/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp255 void RemoveUnusedBlocks(int32 count, int32 minSecondsOld = 0);
1570 block_cache::RemoveUnusedBlocks(int32 count, int32 minSecondsOld) argument
1576 if (minSecondsOld >= block->LastAccess()) {

Completed in 29 milliseconds