Searched refs:ll_remote_perm_cachep (Results 1 – 3 of 3) sorted by relevance
119 ll_remote_perm_cachep = kmem_cache_create("ll_remote_perm_cache", in init_lustre_lite()122 if (ll_remote_perm_cachep == NULL) in init_lustre_lite()183 kmem_cache_destroy(ll_remote_perm_cachep); in init_lustre_lite()203 kmem_cache_destroy(ll_remote_perm_cachep); in exit_lustre_lite()
57 struct kmem_cache *ll_remote_perm_cachep; variable64 lrp = kmem_cache_alloc(ll_remote_perm_cachep, GFP_KERNEL | __GFP_ZERO); in alloc_ll_remote_perm()77 kmem_cache_free(ll_remote_perm_cachep, lrp); in free_ll_remote_perm()
1041 extern struct kmem_cache *ll_remote_perm_cachep;