Home
last modified time | relevance | path

Searched refs:callout_caches (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c56 static callout_cache_t *callout_caches; /* linked list of caches */ variable
1966 for (cache = callout_caches; cache != NULL; cache = cache->cc_next) { in callout_cpu_online()
1985 cache->cc_next = callout_caches; in callout_cpu_online()
1986 callout_caches = cache; in callout_cpu_online()