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

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp127 void RemoveUnusedBlocks(int32_t maxAccessed = INT32_MAX,
565 RemoveUnusedBlocks(INT32_MAX,
597 block_cache::RemoveUnusedBlocks(int32_t maxAccessed, int32_t count) function in class:FSShell::block_cache
690 cache->RemoveUnusedBlocks(INT32_MAX,
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp255 void RemoveUnusedBlocks(int32 count, int32 minSecondsOld = 0);
1478 RemoveUnusedBlocks(100);
1570 block_cache::RemoveUnusedBlocks(int32 count, int32 minSecondsOld) function in class:block_cache
1679 cache->RemoveUnusedBlocks(free, secondsOld);
2660 cache->RemoveUnusedBlocks(1000, 10);

Completed in 116 milliseconds