Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dsuper25.c118 ll_remote_perm_cachep = kmem_cache_create("ll_remote_perm_cache", in init_lustre_lite()
121 if (ll_remote_perm_cachep == NULL) in init_lustre_lite()
188 if (ll_remote_perm_cachep != NULL) in init_lustre_lite()
189 kmem_cache_destroy(ll_remote_perm_cachep); in init_lustre_lite()
216 kmem_cache_destroy(ll_remote_perm_cachep); in exit_lustre_lite()
Dremote_perm.c57 struct kmem_cache *ll_remote_perm_cachep = NULL; variable
64 OBD_SLAB_ALLOC_PTR_GFP(lrp, ll_remote_perm_cachep, GFP_KERNEL); in alloc_ll_remote_perm()
77 OBD_SLAB_FREE(lrp, ll_remote_perm_cachep, sizeof(*lrp)); in free_ll_remote_perm()
Dllite_internal.h1076 extern struct kmem_cache *ll_remote_perm_cachep;