Searched refs:cifs_mid_cachep (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/cifs/
H A Dcifsfs.c242 static struct kmem_cache *cifs_mid_cachep; variable in typeref:struct:kmem_cache
1152 cifs_mid_cachep = kmem_cache_create("cifs_mpx_ids", cifs_init_mids()
1155 if (cifs_mid_cachep == NULL) cifs_init_mids()
1159 cifs_mid_poolp = mempool_create_slab_pool(3, cifs_mid_cachep); cifs_init_mids()
1161 kmem_cache_destroy(cifs_mid_cachep); cifs_init_mids()
1172 kmem_cache_destroy(cifs_mid_cachep); cifs_destroy_mids()

Completed in 41 milliseconds