Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/usbip/
Dstub_main.c17 struct kmem_cache *stub_priv_cache; variable
321 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()
Dstub.h84 extern struct kmem_cache *stub_priv_cache;
Dstub_rx.c305 priv = kmem_cache_zalloc(stub_priv_cache, GFP_ATOMIC); in stub_priv_alloc()