Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifsfs.c369 static struct kmem_cache *cifs_mid_cachep; variable
1598 cifs_mid_cachep = kmem_cache_create("cifs_mpx_ids", in init_mids()
1601 if (cifs_mid_cachep == NULL) in init_mids()
1605 cifs_mid_poolp = mempool_create_slab_pool(3, cifs_mid_cachep); in init_mids()
1607 kmem_cache_destroy(cifs_mid_cachep); in init_mids()
1617 kmem_cache_destroy(cifs_mid_cachep); in destroy_mids()