Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/isp1760/
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()
2529 qtd_cachep = kmem_cache_create("isp1760_qtd", in isp1760_init_kmem_once()
2532 if (!qtd_cachep) in isp1760_init_kmem_once()
2544 kmem_cache_destroy(qtd_cachep); in isp1760_init_kmem_once()
2554 kmem_cache_destroy(qtd_cachep); in isp1760_deinit_kmem_cache()