Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dcifsfs.c346 static struct kmem_cache *cifs_mid_cachep; variable
1517 cifs_mid_cachep = kmem_cache_create("cifs_mpx_ids", in cifs_init_mids()
1520 if (cifs_mid_cachep == NULL) in cifs_init_mids()
1524 cifs_mid_poolp = mempool_create_slab_pool(3, cifs_mid_cachep); in cifs_init_mids()
1526 kmem_cache_destroy(cifs_mid_cachep); in cifs_init_mids()
1537 kmem_cache_destroy(cifs_mid_cachep); in cifs_destroy_mids()

Completed in 6 milliseconds