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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/dlm/
H A Dmemory.c18 static struct kmem_cache *lkb_cache; variable in typeref:struct:kmem_cache
25 lkb_cache = kmem_cache_create("dlm_lkb", sizeof(struct dlm_lkb),
27 if (!lkb_cache)
34 if (lkb_cache)
35 kmem_cache_destroy(lkb_cache);
73 lkb = kmem_cache_zalloc(lkb_cache, GFP_NOFS);
88 kmem_cache_free(lkb_cache, lkb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/dlm/
H A Dmemory.c18 static struct kmem_cache *lkb_cache; variable in typeref:struct:kmem_cache
25 lkb_cache = kmem_cache_create("dlm_lkb", sizeof(struct dlm_lkb),
27 if (!lkb_cache)
34 if (lkb_cache)
35 kmem_cache_destroy(lkb_cache);
73 lkb = kmem_cache_zalloc(lkb_cache, GFP_NOFS);
88 kmem_cache_free(lkb_cache, lkb);

Completed in 63 milliseconds