Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow.c38 struct skmem_cache *sk_fo_cache; /* cache for flow_owner */ variable
69 if (sk_fo_cache == NULL) { in flow_init()
70 sk_fo_cache = skmem_cache_create(SK_FO_ZONE_NAME, sk_fo_size, in flow_init()
72 if (sk_fo_cache == NULL) { in flow_init()
127 if (sk_fo_cache != NULL) { in flow_fini()
128 skmem_cache_destroy(sk_fo_cache); in flow_fini()
129 sk_fo_cache = NULL; in flow_fini()
H A Dflow_owner.c558 fo = skmem_cache_alloc(sk_fo_cache, in fo_alloc()
580 skmem_cache_free(sk_fo_cache, fo); in fo_free()
H A Dflow_var.h882 extern struct skmem_cache *sk_fo_cache;
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3736 skmem_cache_reap_now(sk_fo_cache, purge); in fsw_purge_cache()