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 157 milliseconds
Indexes created Wed Sep 24 14:09:57 GMT 2025