Searched refs:qh_cachep (Results 1 – 1 of 1) sorted by relevance
38 static struct kmem_cache *qh_cachep; variable663 qh = kmem_cache_zalloc(qh_cachep, flags); in qh_alloc()678 kmem_cache_free(qh_cachep, qh); in qh_free()2535 qh_cachep = kmem_cache_create("isp1760_qh", sizeof(struct isp1760_qh), in isp1760_init_kmem_once()2538 if (!qh_cachep) in isp1760_init_kmem_once()2555 kmem_cache_destroy(qh_cachep); in isp1760_deinit_kmem_cache()