Searched refs:obd_device_cachep (Results 1 – 1 of 1) sorted by relevance
48 struct kmem_cache *obd_device_cachep; variable73 OBD_SLAB_ALLOC_PTR_GFP(obd, obd_device_cachep, GFP_NOFS); in obd_device_alloc()91 OBD_SLAB_FREE_PTR(obd, obd_device_cachep); in obd_device_free()635 if (obd_device_cachep) { in obd_cleanup_caches()636 kmem_cache_destroy(obd_device_cachep); in obd_cleanup_caches()637 obd_device_cachep = NULL; in obd_cleanup_caches()655 LASSERT(obd_device_cachep == NULL); in obd_init_caches()656 obd_device_cachep = kmem_cache_create("ll_obd_dev_cache", in obd_init_caches()659 if (!obd_device_cachep) in obd_init_caches()