Searched refs:alloc_mle (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/ocfs2/dlm/
H A Ddlmmaster.c695 struct dlm_master_list_entry *alloc_mle = NULL; local
754 alloc_mle = kmem_cache_alloc(dlm_mle_cache, GFP_NOFS);
755 if (!alloc_mle)
821 mle = alloc_mle;
823 alloc_mle = NULL;
965 if (alloc_mle)
966 kmem_cache_free(dlm_mle_cache, alloc_mle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmmaster.c695 struct dlm_master_list_entry *alloc_mle = NULL; local
754 alloc_mle = kmem_cache_alloc(dlm_mle_cache, GFP_NOFS);
755 if (!alloc_mle)
821 mle = alloc_mle;
823 alloc_mle = NULL;
965 if (alloc_mle)
966 kmem_cache_free(dlm_mle_cache, alloc_mle);

Completed in 118 milliseconds