Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_capa.h180 extern struct kmem_cache *capa_cachep;
201 OBD_SLAB_ALLOC_PTR(ocapa, capa_cachep); in alloc_capa()
246 OBD_SLAB_FREE(ocapa, capa_cachep, sizeof(*ocapa)); in capa_put()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c61 struct kmem_cache *capa_cachep = NULL; variable
74 EXPORT_SYMBOL(capa_cachep);
Dgenops.c647 if (capa_cachep) { in obd_cleanup_caches()
648 kmem_cache_destroy(capa_cachep); in obd_cleanup_caches()
649 capa_cachep = NULL; in obd_cleanup_caches()
675 LASSERT(capa_cachep == NULL); in obd_init_caches()
676 capa_cachep = kmem_cache_create("capa_cache", in obd_init_caches()
678 if (!capa_cachep) in obd_init_caches()