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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c55 static callout_cache_t *callout_caches; /* linked list of caches */ variable
1962 * Note that access to callout_caches is protected by cpu_lock.
1965 for (cache = callout_caches; cache != NULL; cache = cache->cc_next) {
1984 cache->cc_next = callout_caches;
1985 callout_caches = cache;

Completed in 57 milliseconds