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