Searched refs:lkb_cache (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/dlm/
H A Dmemory.c18 static struct kmem_cache *lkb_cache; variable in typeref:struct:kmem_cache
24 lkb_cache = kmem_cache_create("dlm_lkb", sizeof(struct dlm_lkb), dlm_memory_init()
26 if (!lkb_cache) dlm_memory_init()
32 kmem_cache_destroy(lkb_cache); dlm_memory_init()
41 if (lkb_cache) dlm_memory_exit()
42 kmem_cache_destroy(lkb_cache); dlm_memory_exit()
79 lkb = kmem_cache_zalloc(lkb_cache, GFP_NOFS); dlm_allocate_lkb()
94 kmem_cache_free(lkb_cache, lkb); dlm_free_lkb()

Completed in 95 milliseconds