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

/linux-master/drivers/usb/usbip/
H A Dstub_main.c17 struct kmem_cache *stub_priv_cache; variable in typeref:struct:kmem_cache
321 kmem_cache_free(stub_priv_cache, priv);
368 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN);
369 if (!stub_priv_cache) {
399 kmem_cache_destroy(stub_priv_cache);
420 kmem_cache_destroy(stub_priv_cache);
H A Dstub.h29 * It is allocated as stub_priv_cache and assigned to urb->context.
83 /* stub_priv is allocated from stub_priv_cache */
84 extern struct kmem_cache *stub_priv_cache;
H A Dstub_rx.c305 priv = kmem_cache_zalloc(stub_priv_cache, GFP_ATOMIC);

Completed in 116 milliseconds