Home
last modified time | relevance | path

Searched refs:qtd_cachep (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-hcd.c35 static struct kmem_cache *qtd_cachep; variable
698 qtd = kmem_cache_zalloc(qtd_cachep, flags); in qtd_alloc()
714 kmem_cache_free(qtd_cachep, qtd); in qtd_free()
2160 qtd_cachep = kmem_cache_create("isp1760_qtd", in isp1760_init_kmem_once()
2164 if (!qtd_cachep) in isp1760_init_kmem_once()
2171 kmem_cache_destroy(qtd_cachep); in isp1760_init_kmem_once()
2180 kmem_cache_destroy(qtd_cachep); in isp1760_deinit_kmem_cache()
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H A Disp1760-hcd.c37 static struct kmem_cache *qtd_cachep; variable
981 qtd = kmem_cache_zalloc(qtd_cachep, flags); in qtd_alloc()
997 kmem_cache_free(qtd_cachep, qtd); in qtd_free()
2530 qtd_cachep = kmem_cache_create("isp1760_qtd", in isp1760_init_kmem_once()
2534 if (!qtd_cachep) in isp1760_init_kmem_once()
2546 kmem_cache_destroy(qtd_cachep); in isp1760_init_kmem_once()
2556 kmem_cache_destroy(qtd_cachep); in isp1760_deinit_kmem_cache()

Completed in 7 milliseconds