Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dcallout.c55 static callout_cache_t *callout_caches; /* linked list of caches */ variable
1965 for (cache = callout_caches; cache != NULL; cache = cache->cc_next) { in callout_cpu_online()
1984 cache->cc_next = callout_caches; in callout_cpu_online()
1985 callout_caches = cache; in callout_cpu_online()