Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c49 struct kmem_cache *obdo_cachep; variable
50 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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h1864 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); \