flow_cache         39 net/openvswitch/flow_table.c static struct kmem_cache *flow_cache;
flow_cache         71 net/openvswitch/flow_table.c 	flow = kmem_cache_zalloc(flow_cache, GFP_KERNEL);
flow_cache         92 net/openvswitch/flow_table.c 	kmem_cache_free(flow_cache, flow);
flow_cache        114 net/openvswitch/flow_table.c 	kmem_cache_free(flow_cache, flow);
flow_cache        713 net/openvswitch/flow_table.c 	flow_cache = kmem_cache_create("sw_flow", sizeof(struct sw_flow)
flow_cache        717 net/openvswitch/flow_table.c 	if (flow_cache == NULL)
flow_cache        724 net/openvswitch/flow_table.c 		kmem_cache_destroy(flow_cache);
flow_cache        725 net/openvswitch/flow_table.c 		flow_cache = NULL;
flow_cache        736 net/openvswitch/flow_table.c 	kmem_cache_destroy(flow_cache);