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

/linux-4.1.27/drivers/usb/usbip/
H A Dstub.h44 * It is allocated as stub_priv_cache and assigned to urb->context.
93 /* stub_priv is allocated from stub_priv_cache */
94 extern struct kmem_cache *stub_priv_cache;
H A Dstub_main.c30 struct kmem_cache *stub_priv_cache; variable in typeref:struct:kmem_cache
262 kmem_cache_free(stub_priv_cache, priv); stub_device_cleanup_urbs()
276 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); usbip_host_init()
277 if (!stub_priv_cache) { usbip_host_init()
308 kmem_cache_destroy(stub_priv_cache); usbip_host_init()
326 kmem_cache_destroy(stub_priv_cache); usbip_host_exit()
H A Dstub_tx.c33 kmem_cache_free(stub_priv_cache, priv); stub_free_priv_and_urb()
H A Dstub_rx.c322 priv = kmem_cache_zalloc(stub_priv_cache, GFP_ATOMIC); stub_priv_alloc()

Completed in 132 milliseconds