Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c51 static struct kmem_cache *import_cachep; variable
643 if (import_cachep) { in obd_cleanup_caches()
644 kmem_cache_destroy(import_cachep); in obd_cleanup_caches()
645 import_cachep = NULL; in obd_cleanup_caches()
668 LASSERT(import_cachep == NULL); in obd_init_caches()
669 import_cachep = kmem_cache_create("ll_import_cache", in obd_init_caches()
672 if (!import_cachep) in obd_init_caches()