Searched refs:flow_cache (Results 1 – 1 of 1) sorted by relevance
45 static struct kmem_cache *flow_cache; variable77 flow = kmem_cache_zalloc(flow_cache, GFP_KERNEL); in ovs_flow_alloc()99 kmem_cache_free(flow_cache, flow); in ovs_flow_alloc()125 kmem_cache_free(flow_cache, flow); in flow_free()1195 flow_cache = kmem_cache_create("sw_flow", sizeof(struct sw_flow) in ovs_flow_init()1200 if (flow_cache == NULL) in ovs_flow_init()1207 kmem_cache_destroy(flow_cache); in ovs_flow_init()1208 flow_cache = NULL; in ovs_flow_init()1219 kmem_cache_destroy(flow_cache); in ovs_flow_exit()