Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_stats.c36 struct skmem_cache *flow_stats_cache; /* cache for flow_stats */ variable
49 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()
H A Dflow_var.h848 extern struct skmem_cache *flow_stats_cache;
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3453 skmem_cache_reap_now(flow_stats_cache, purge); in fsw_purge_cache()