Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/usbip/
Dstub_main.c16 struct kmem_cache *stub_priv_cache; variable
329 kmem_cache_free(stub_priv_cache, priv); in stub_device_cleanup_urbs()
347 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
348 if (!stub_priv_cache) { in usbip_host_init()
378 kmem_cache_destroy(stub_priv_cache); in usbip_host_init()
399 kmem_cache_destroy(stub_priv_cache); in usbip_host_exit()
Dstub.h80 extern struct kmem_cache *stub_priv_cache;
Dstub_tx.c23 kmem_cache_free(stub_priv_cache, priv); in stub_free_priv_and_urb()
Dstub_rx.c300 priv = kmem_cache_zalloc(stub_priv_cache, GFP_ATOMIC); in stub_priv_alloc()