Searched refs:tipc_queue_item_cache (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dhandler.c45 static struct kmem_cache *tipc_queue_item_cache; variable in typeref:struct:kmem_cache
65 item = kmem_cache_alloc(tipc_queue_item_cache, GFP_ATOMIC);
91 kmem_cache_free(tipc_queue_item_cache, item);
98 tipc_queue_item_cache =
101 if (!tipc_queue_item_cache)
126 kmem_cache_free(tipc_queue_item_cache, item);
130 kmem_cache_destroy(tipc_queue_item_cache);

Completed in 79 milliseconds