OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cache_stat_callout
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
vfs_cache.c
264
static callout_t
cache_stat_callout
;
variable in typeref:typename:callout_t
1118
callout_init(&
cache_stat_callout
, CALLOUT_MPSAFE);
1119
callout_setfunc(&
cache_stat_callout
, cache_update_stats, NULL);
1120
callout_schedule(&
cache_stat_callout
, cache_stat_interval * hz);
1507
callout_schedule(&
cache_stat_callout
, cache_stat_interval * hz);
vfs_cache.c
264
static callout_t
cache_stat_callout
;
variable in typeref:typename:callout_t
1118
callout_init(&
cache_stat_callout
, CALLOUT_MPSAFE);
1119
callout_setfunc(&
cache_stat_callout
, cache_update_stats, NULL);
1120
callout_schedule(&
cache_stat_callout
, cache_stat_interval * hz);
1507
callout_schedule(&
cache_stat_callout
, cache_stat_interval * hz);
Completed in 26 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025