Searched refs:flow_stats_cache (Results 1 – 3 of 3) sorted by relevance
36 struct skmem_cache *flow_stats_cache; /* cache for flow_stats */ variable49 flow_stats_cache = skmem_cache_create(FS_ZONE_NAME, flow_stats_size, in flow_stats_init()51 if (flow_stats_cache == NULL) { in flow_stats_init()65 skmem_cache_destroy(flow_stats_cache); in flow_stats_fini()66 flow_stats_cache = NULL; in flow_stats_fini()79 if ((fs = skmem_cache_alloc(flow_stats_cache, in flow_stats_alloc()101 skmem_cache_free(flow_stats_cache, fs); in flow_stats_free()
902 extern struct skmem_cache *flow_stats_cache;
4529 skmem_cache_reap_now(flow_stats_cache, purge); in fsw_purge_cache()