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

/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp722 team_rules *teamRules = sTeamHash->Clear(true); local
723 while (teamRules != NULL) {
724 team_rules *next = teamRules->next;
725 delete teamRules;
726 teamRules = next;

Completed in 30 milliseconds