Home
last modified time | relevance | path

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

/drivers/usb/host/
Disp1760-hcd.c31 static struct kmem_cache *qtd_cachep; variable
726 qtd = kmem_cache_zalloc(qtd_cachep, flags); in qtd_alloc()
742 kmem_cache_free(qtd_cachep, qtd); in qtd_free()
2186 qtd_cachep = kmem_cache_create("isp1760_qtd", in init_kmem_once()
2190 if (!qtd_cachep) in init_kmem_once()
2197 kmem_cache_destroy(qtd_cachep); in init_kmem_once()
2206 kmem_cache_destroy(qtd_cachep); in deinit_kmem_cache()