lkb_cache 16 fs/dlm/memory.c static struct kmem_cache *lkb_cache; lkb_cache 22 fs/dlm/memory.c lkb_cache = kmem_cache_create("dlm_lkb", sizeof(struct dlm_lkb), lkb_cache 24 fs/dlm/memory.c if (!lkb_cache) lkb_cache 30 fs/dlm/memory.c kmem_cache_destroy(lkb_cache); lkb_cache 39 fs/dlm/memory.c kmem_cache_destroy(lkb_cache); lkb_cache 75 fs/dlm/memory.c lkb = kmem_cache_zalloc(lkb_cache, GFP_NOFS); lkb_cache 89 fs/dlm/memory.c kmem_cache_free(lkb_cache, lkb);