Searched refs:stub_priv_cache (Results 1 – 3 of 3) sorted by relevance
17 struct kmem_cache *stub_priv_cache; variable321 kmem_cache_free(stub_priv_cache, priv); in stub_free_priv_and_urb()368 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()369 if (!stub_priv_cache) { in usbip_host_init()399 kmem_cache_destroy(stub_priv_cache); in usbip_host_init()420 kmem_cache_destroy(stub_priv_cache); in usbip_host_exit()
84 extern struct kmem_cache *stub_priv_cache;
305 priv = kmem_cache_zalloc(stub_priv_cache, GFP_ATOMIC); in stub_priv_alloc()