Searched refs:obdo_cachep (Results 1 – 2 of 2) sorted by relevance
49 struct kmem_cache *obdo_cachep; variable50 EXPORT_SYMBOL(obdo_cachep);639 if (obdo_cachep) { in obd_cleanup_caches()640 kmem_cache_destroy(obdo_cachep); in obd_cleanup_caches()641 obdo_cachep = NULL; in obd_cleanup_caches()662 LASSERT(obdo_cachep == NULL); in obd_init_caches()663 obdo_cachep = kmem_cache_create("ll_obdo_cache", sizeof(struct obdo), in obd_init_caches()665 if (!obdo_cachep) in obd_init_caches()
1864 extern struct kmem_cache *obdo_cachep;1868 OBD_SLAB_ALLOC_PTR_GFP((ptr), obdo_cachep, GFP_NOFS); \1873 OBD_SLAB_FREE_PTR((ptr), obdo_cachep); \