Searched refs:callout_caches (Results 1 – 1 of 1) sorted by relevance
55 static callout_cache_t *callout_caches; /* linked list of caches */ variable1965 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()