Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/
Dstub_main.c29 struct kmem_cache *stub_priv_cache; variable
237 kmem_cache_free(stub_priv_cache, priv); in stub_device_cleanup_urbs()
251 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
252 if (!stub_priv_cache) { in usbip_host_init()
276 kmem_cache_destroy(stub_priv_cache); in usbip_host_init()
291 kmem_cache_destroy(stub_priv_cache); in usbip_host_exit()
Dstub.h93 extern struct kmem_cache *stub_priv_cache;
Dstub_tx.c33 kmem_cache_free(stub_priv_cache, priv); in stub_free_priv_and_urb()
Dstub_rx.c331 priv = kmem_cache_zalloc(stub_priv_cache, GFP_ATOMIC); in stub_priv_alloc()