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

/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp156 static PrefetchTable *sPrefetchHash; variable
360 sPrefetchHash->Insert(session);
821 session = sPrefetchHash->Clear(true);
837 delete sPrefetchHash;
851 sPrefetchHash = new(std::nothrow) PrefetchTable();
852 if (sPrefetchHash == NULL || sPrefetchHash->Init(64) != B_OK) {
880 delete sPrefetchHash;

Completed in 34 milliseconds