Searched refs:cifs_mid_cachep (Results 1 – 1 of 1) sorted by relevance
440 static struct kmem_cache *cifs_mid_cachep; variable1843 cifs_mid_cachep = kmem_cache_create("cifs_mpx_ids", in init_mids()1846 if (cifs_mid_cachep == NULL) in init_mids()1850 if (mempool_init_slab_pool(&cifs_mid_pool, 3, cifs_mid_cachep) < 0) { in init_mids()1851 kmem_cache_destroy(cifs_mid_cachep); in init_mids()1861 kmem_cache_destroy(cifs_mid_cachep); in destroy_mids()