Searched defs:flow_cache (Results 1 - 1 of 1) sorted by relevance

/net/openvswitch/
H A Dflow_table.c50 static struct kmem_cache *flow_cache; variable in typeref:struct:kmem_cache
82 flow = kmem_cache_alloc(flow_cache, GFP_KERNEL);
106 kmem_cache_free(flow_cache, flow);
147 kmem_cache_free(flow_cache, flow);
623 flow_cache = kmem_cache_create("sw_flow", sizeof(struct sw_flow)
627 if (flow_cache == NULL)
634 kmem_cache_destroy(flow_cache);
635 flow_cache = NULL;
646 kmem_cache_destroy(flow_cache);

Completed in 38 milliseconds