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

/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp131 struct list applied; member in struct:team_rules
234 while ((state = (rule_state *)list_remove_head_item(&applied)) != NULL) {
541 dprintf(" applied: %ld, known: %ld, unknown: %ld\n",
578 list_init(&fRules->applied);
620 list_add_item(&fRules->applied, state);
645 // propagate the usage of this file back to the applied rules
647 while ((state = (rule_state *)list_get_next_item(&fRules->applied, state)) != NULL) {
/haiku/src/bin/
H A Dleak_analyser.sh33 setting has not yet been applied. The program should not be

Completed in 88 milliseconds