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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsfs.c246 static struct kmem_cache *cifs_mid_cachep; variable in typeref:struct:kmem_cache
808 cifs_mid_cachep = kmem_cache_create("cifs_mpx_ids",
811 if (cifs_mid_cachep == NULL)
815 cifs_mid_poolp = mempool_create_slab_pool(3, cifs_mid_cachep);
817 kmem_cache_destroy(cifs_mid_cachep);
826 kmem_cache_destroy(cifs_mid_cachep);
837 kmem_cache_destroy(cifs_mid_cachep);

Completed in 102 milliseconds