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

/haiku/headers/private/kernel/
H A Dfile_cache.h33 void (*node_launched)(size_t argCount, char * const *args); member in struct:cache_module_info
/haiku/src/add-ons/kernel/file_cache/
H A Dlog.cpp204 if (sCacheModule != NULL && sCacheModule->node_launched != NULL)
205 sCacheModule->node_launched(argCount, args);
H A Drule_based_prefetcher.cpp707 node_launched(size_t argCount, char * const *args) function
800 node_launched,
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp1093 if (sCacheModule == NULL || sCacheModule->node_launched == NULL)
1096 sCacheModule->node_launched(argCount, args);

Completed in 90 milliseconds