Home
last modified time | relevance | path

Searched refs:fNodeHash (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp130 NodeTable *fNodeHash; member in Session
390 fNodeHash = new(std::nothrow) NodeTable(); in Session()
391 if (fNodeHash && fNodeHash->Init(64) != B_OK) { in Session()
392 delete fNodeHash; in Session()
393 fNodeHash = NULL; in Session()
408 fNodeHash(NULL), in Session()
431 if (fNodeHash) { in ~Session()
433 node = fNodeHash->Clear(true); in ~Session()
444 delete fNodeHash; in ~Session()
452 if (fNodeHash == NULL) in InitCheck()
[all …]