Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/isp1760/
Disp1760-hcd.c34 static struct kmem_cache *qtd_cachep; variable
700 qtd = kmem_cache_zalloc(qtd_cachep, flags); in qtd_alloc()
716 kmem_cache_free(qtd_cachep, qtd); in qtd_free()
2164 qtd_cachep = kmem_cache_create("isp1760_qtd", in isp1760_init_kmem_once()
2168 if (!qtd_cachep) in isp1760_init_kmem_once()
2175 kmem_cache_destroy(qtd_cachep); in isp1760_init_kmem_once()
2184 kmem_cache_destroy(qtd_cachep); in isp1760_deinit_kmem_cache()