Home
last modified time | relevance | path

Searched refs:sk_fe_cache (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow.c43 struct skmem_cache *sk_fe_cache; /* cache for flow_entry */ variable
81 if (sk_fe_cache == NULL) { in flow_init()
83 sk_fe_cache = skmem_cache_create(SK_FE_ZONE_NAME, sk_fe_size, in flow_init()
85 if (sk_fe_cache == NULL) { in flow_init()
131 if (sk_fe_cache != NULL) { in flow_fini()
132 skmem_cache_destroy(sk_fe_cache); in flow_fini()
133 sk_fe_cache = NULL; in flow_fini()
H A Dflow_entry.c941 fe = skmem_cache_alloc(sk_fe_cache, in fe_alloc()
957 skmem_cache_free(sk_fe_cache, fe); in fe_alloc()
1007 skmem_cache_free(sk_fe_cache, fe); in fe_free()
H A Dflow_var.h885 extern struct skmem_cache *sk_fe_cache;
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3737 skmem_cache_reap_now(sk_fe_cache, purge); in fsw_purge_cache()