Searched refs:import_cachep (Results 1 – 1 of 1) sorted by relevance
51 static struct kmem_cache *import_cachep; variable643 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()