Searched refs:stub_priv_cache (Results 1 – 4 of 4) sorted by relevance
29 struct kmem_cache *stub_priv_cache; variable237 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()
93 extern struct kmem_cache *stub_priv_cache;
33 kmem_cache_free(stub_priv_cache, priv); in stub_free_priv_and_urb()
331 priv = kmem_cache_zalloc(stub_priv_cache, GFP_ATOMIC); in stub_priv_alloc()